freebsd-dev/sys/boot/efi
marcel 923fa916a1 Pass the physical address of the bootinfo block to the kernel in
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.
2002-03-30 23:00:05 +00:00
..
include gcc-3.1 likes to have extra { } around the internal array initializers in 2002-03-19 10:50:09 +00:00
libefi Pass the physical address of the bootinfo block to the kernel in 2002-03-30 23:00:05 +00:00
loader Pass the physical address of the bootinfo block to the kernel in 2002-03-30 23:00:05 +00:00
Makefile
Makefile.inc Add -ffreestanding to avoid printf/puts/putchar conversions 2002-03-19 10:51:57 +00:00