mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add fields for boothowto and the kernel environment to boothowto.
This commit is contained in:
parent
2baea57020
commit
3d6e05660a
1 changed files with 2 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue