freebsd-dev/sys/boot/sparc64/loader
Robert Drehmel 09bb4b96a4 - Define the macro _KERNEL to pretend we are compiling a kernel.
This is required by recent changes to <sys/pcpu.h>, which uses
   the #error preprocessor directive to keep non-kernel
   applications from using it.
   _KERNEL is defined below the #include <stand.h>, because <stand.h>
   removes the definition of _KERNEL.
 - Move the inclusion of <sys/queue.h> above the inclusion of
   <sys/linker.h> to avoid syntax errors.
2002-08-21 12:45:36 +00:00
..
help.sparc64 1.) Rename locore.s to locore.S (by repocopy), to be able to remove 2002-04-02 17:08:37 +00:00
locore.S Use a contrived 'tlb_entry' structure for passing the mappings for the 2002-05-29 05:49:59 +00:00
main.c - Define the macro _KERNEL to pretend we are compiling a kernel. 2002-08-21 12:45:36 +00:00
Makefile Enable netboot support by default, since it can now coexist with disk and 2002-07-07 23:08:22 +00:00
metadata.c Add boot_serial and boot_multicons variables to set RB_SERIAL and 2002-06-20 06:29:42 +00:00
version Make building with ficl work. Unfortunately booting with it doesn't. 2002-07-07 18:23:10 +00:00