NetBSD/sys/arch/x86/conf
jmmv eb23406894 Add a 'struct bootinfo' to represent the bootinfo structure used in the
kernel by x86 platforms (instead of a simple char *).  This way, the code
in, e.g., lookup_bootinfo, is a bit easier to understand.

While here, move the lookup_bootinfo function used in x86 platforms (amd64,
i386 and xen) to a common file (x86/x86_machdep.c), as it was exactly the
same in all of them.
2005-12-30 13:37:57 +00:00
..
files.x86 Add a 'struct bootinfo' to represent the bootinfo structure used in the 2005-12-30 13:37:57 +00:00