Peter Wemm
|
92caa29d8e
|
Add boot_serial and boot_multicons variables to set RB_SERIAL and
RB_MULTIPLE since this seems to be the easiest way to add these flags
for non-forth loaders etc.
|
2002-06-20 06:29:42 +00:00 |
|
Peter Wemm
|
24ffe931b9
|
Lookup the EFI_FPSWA driver and pass the interface pointer through to the
kernel before we call ExitBootServices(). I've typed the definitions
in efifpswa.h from the Intel FPSWA manual (urk).
|
2001-11-19 07:09:47 +00:00 |
|
Peter Wemm
|
de76c8189e
|
Remove bootinfo.bi_kernel. It isn't used by the kernel. struct bootinfo
should go away on ia64, we should be loader metadata based since that is
the only way we can boot (loader, skiload).
|
2001-11-19 07:05:10 +00:00 |
|
Marcel Moolenaar
|
997313be99
|
Set RB_MULTIPLE (multiple console support) if the kernel is booted
with the -D flag.
|
2001-10-29 01:11:40 +00:00 |
|
Doug Rabson
|
bc14d41c7e
|
Return the mapkey which EFI gave us when we read the memory map - we need
it to call ExitBootServices.
|
2001-09-24 19:37:44 +00:00 |
|
Doug Rabson
|
1271403685
|
* Flesh out elf_exec and bootinfo.
* Add EFI network support.
|
2001-09-22 19:10:56 +00:00 |
|