|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <stivale2.h>
Data Fields | |
| struct stivale2_tag | tag |
| uint64_t | flags |
| uint32_t | bsp_lapic_id |
| uint32_t | unused |
| uint64_t | cpu_count |
| struct stivale2_smp_info | smp_info [] |
Definition at line 333 of file stivale2.h.
| uint32_t stivale2_struct_tag_smp::bsp_lapic_id |
Definition at line 336 of file stivale2.h.
| uint64_t stivale2_struct_tag_smp::cpu_count |
Definition at line 338 of file stivale2.h.
| uint64_t stivale2_struct_tag_smp::flags |
Definition at line 335 of file stivale2.h.
| struct stivale2_smp_info stivale2_struct_tag_smp::smp_info[] |
Definition at line 339 of file stivale2.h.
| struct stivale2_tag stivale2_struct_tag_smp::tag |
Definition at line 334 of file stivale2.h.
| uint32_t stivale2_struct_tag_smp::unused |
Definition at line 337 of file stivale2.h.