Init loging system in the scheduler

This commit is contained in:
Baptiste Wicht 2014-03-27 23:05:28 +01:00
parent 59bc7e8fa8
commit a1f9291d06

View File

@ -93,9 +93,6 @@ void kernel_main(){
//Init the virtual file system
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
install_system_calls();