mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-12 14:10:36 -04:00
Debug message
This commit is contained in:
parent
2438d1e73a
commit
a1eab256b4
@ -116,6 +116,8 @@ size_t early_map_page_clear(size_t physical){
|
||||
} //end of anonymous namespace
|
||||
|
||||
void paging::early_init(){
|
||||
logging::logf(logging::log_level::TRACE, "Kernel occupies %u MiB from %h\n", uint64_t(early::kernel_mib()), uint64_t(early::kernel_address));
|
||||
|
||||
// This page is used for mapping the physical address of the paging structure before
|
||||
// paging is completely initialized. It won't be used after final paging is setup
|
||||
paging::virtual_early_page = 0x100000;
|
||||
|
Loading…
x
Reference in New Issue
Block a user