Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add boot_serial and boot_multicons variables to set RB_SERIAL and | peter | 2002-06-20 | 1 | -0/+2 |
| | | | | | RB_MULTIPLE since this seems to be the easiest way to add these flags for non-forth loaders etc. | ||||
* | Lookup the EFI_FPSWA driver and pass the interface pointer through to the | peter | 2001-11-19 | 1 | -0/+2 |
| | | | | | kernel before we call ExitBootServices(). I've typed the definitions in efifpswa.h from the Intel FPSWA manual (urk). | ||||
* | Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo | peter | 2001-11-19 | 1 | -6/+0 |
| | | | | | should go away on ia64, we should be loader metadata based since that is the only way we can boot (loader, skiload). | ||||
* | Set RB_MULTIPLE (multiple console support) if the kernel is booted | marcel | 2001-10-29 | 1 | -0/+3 |
| | | | | with the -D flag. | ||||
* | Return the mapkey which EFI gave us when we read the memory map - we need | dfr | 2001-09-24 | 1 | -1/+3 |
| | | | | it to call ExitBootServices. | ||||
* | * Flesh out elf_exec and bootinfo. | dfr | 2001-09-22 | 1 | -0/+346 |
* Add EFI network support. |