diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-11 09:25:04 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-11 09:25:04 +0000 |
| commit | 9a185c1533bd2197d0e830369b4cc26abf88e2c9 (patch) | |
| tree | 1a3c19bd5d2adef297010e5b406a039a2bb95765 /arch/x86_64/src/kernel/main.cpp | |
| parent | 87091e2246d2c4c794d9d6a0c5398ca80d92335a (diff) | |
| download | teachos-9a185c1533bd2197d0e830369b4cc26abf88e2c9.tar.xz teachos-9a185c1533bd2197d0e830369b4cc26abf88e2c9.zip | |
Document methods and move them into kernel cpu folder
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index b69064d..05c879e 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -61,11 +61,7 @@ namespace teachos::arch::kernel // stack_overflow_test(0); memory::heap::global_heap_allocator::register_heap_allocator(memory::heap::heap_allocator_type::LINKED_LIST); - - heap_test(); - - decltype(auto) descriptor_tables = context_switching::initialize_descriptor_tables(); - (void)descriptor_tables; + // heap_test(); context_switching::switch_to_user_mode(); } |
