c459265de7
register r8. We continue to write the bootinfo block at the same hardwired address, because the kernel still expects it there. It is expected that future kernels use register r8 to get to the bootinfo block and don't depend on the hardwired address anymore. Bump the loader version once again due to the interface change.
12 lines
493 B
Plaintext
12 lines
493 B
Plaintext
$FreeBSD$
|
|
|
|
NOTE ANY CHANGES YOU MAKE TO THE BOOTBLOCKS HERE. The format of this
|
|
file is important. Make sure the current version number is on line 6.
|
|
|
|
0.3: Pass the physical address of the bootinfo block in register r8
|
|
to the kernel. Continue to put it at the fixed address for now.
|
|
0.2: Much improved version. Significant is the support for passing
|
|
the FPSWA interface pointer to the kernel.
|
|
0.1: Initial EFI version, germinated from the NetBSD i386
|
|
standalone, but enormously modified.
|