mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-17 08:37:17 -04:00
Init loging system in the scheduler
This commit is contained in:
parent
59bc7e8fa8
commit
a1f9291d06
@ -93,9 +93,6 @@ void kernel_main(){
|
|||||||
//Init the virtual file system
|
//Init the virtual file system
|
||||||
vfs::init();
|
vfs::init();
|
||||||
|
|
||||||
//Starting from here, the logging system can output logs to file
|
|
||||||
logging::to_file();
|
|
||||||
|
|
||||||
//Only install system calls when everything else is ready
|
//Only install system calls when everything else is ready
|
||||||
install_system_calls();
|
install_system_calls();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user