diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-27 14:07:33 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-27 14:07:33 +0000 |
| commit | 13dd2bd5a88ec7efeadf8586778f2c5a26d8cd9e (patch) | |
| tree | 9dcf8c9efeaa74f136a796531caee323aceaae37 /arch/x86_64/src/kernel/main.cpp | |
| parent | 187eba4eca3ea46d8c26419168e525242338dae4 (diff) | |
| download | teachos-13dd2bd5a88ec7efeadf8586778f2c5a26d8cd9e.tar.xz teachos-13dd2bd5a88ec7efeadf8586778f2c5a26d8cd9e.zip | |
Move not public methods into anonymous namespace
Diffstat (limited to 'arch/x86_64/src/kernel/main.cpp')
| -rw-r--r-- | arch/x86_64/src/kernel/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86_64/src/kernel/main.cpp b/arch/x86_64/src/kernel/main.cpp index e737d44..05c879e 100644 --- a/arch/x86_64/src/kernel/main.cpp +++ b/arch/x86_64/src/kernel/main.cpp @@ -63,7 +63,6 @@ namespace teachos::arch::kernel memory::heap::global_heap_allocator::register_heap_allocator(memory::heap::heap_allocator_type::LINKED_LIST); // heap_test(); - context_switching::setup_syscall(); context_switching::switch_to_user_mode(); } } // namespace teachos::arch::kernel |
