On 19/10/08 04:53 +0200, Peter Stuge wrote:
jordan.crouse@amd.com wrote:
- (void) main(main_argc, (main_argc != 0) ? main_argv : NULL);
Shouldn't we always pass argv[0] - is this different with multiboot?
multiboot does pass the name of the payload as argv[0]. For coreboot, what would we pass? I don't think we understand any names - its all just bits on the ROM.
Jordan