Add fields for boothowto and the kernel environment to boothowto.

This commit is contained in:
Jake Burkholder 2001-10-20 15:55:42 +00:00
parent 2baea57020
commit 3d6e05660a

View file

@ -43,9 +43,11 @@
struct bootinfo {
u_int bi_version; /* Version number of this structure. */
u_int bi_howto; /* How to boot. */
u_long bi_end; /* End of kernel space. */
u_long bi_kpa; /* Physical address of start of kernel. */
u_long bi_metadata; /* Preload modules. */
u_long bi_envp; /* Kernel environment. */
};
#endif /* !_MACHINE_BOOTINFO_H_ */