A Total Overhaul on the Lunaix's Virtual Memory Model (#26)
[lunaix-os.git] / lunaix-os / kernel / lunad.c
index 99cd066927dc9e8b9fc6f19d556f9b077204d064..34368b6868512f14a35bb0154d9adc6b49f36843 100644 (file)
@@ -74,12 +74,6 @@ lunad_do_usr() {
 void _preemptible
 lunad_main()
 {
-    /*
-     * We must defer boot code/data cleaning to here, after we successfully
-     * escape that area
-     */
-    boot_cleanup();
-
     spawn_kthread((ptr_t)init_platform);
 
     /*