|
PatchworkOS
c9fea19
A non-POSIX operating system.
|
#include <boot_info.h>
Data Fields | |
| list_entry_t | entry |
| char | name [MAX_NAME] |
| void * | data |
| uint64_t | size |
Definition at line 64 of file boot_info.h.
| list_entry_t boot_file_t::entry |
Definition at line 66 of file boot_info.h.
| char boot_file_t::name[MAX_NAME] |
Definition at line 67 of file boot_info.h.
| void* boot_file_t::data |
Definition at line 68 of file boot_info.h.
| uint64_t boot_file_t::size |
Definition at line 69 of file boot_info.h.