07cc1ae89b
Updated runtime tests Added doc comments for runtime tests PR review WIP Fixed testing Import GDT to run the unit tests Removed redundant arch tests Removed whitespace
2 lines
116 B
Zig
2 lines
116 B
Zig
/// The virtual address where the kernel will be loaded. This is at 3GB.
|
|
pub const KERNEL_ADDR_OFFSET = 0xC0000000;
|