Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / kernel / lunad.c
index 34368b6868512f14a35bb0154d9adc6b49f36843..1f2fb957742567471129e50ccad33319d36f716a 100644 (file)
@@ -57,7 +57,7 @@ static void
 lunad_do_usr() {
     // No, these are not preemptive
     cpu_disable_interrupt();
 lunad_do_usr() {
     // No, these are not preemptive
     cpu_disable_interrupt();
-    
+
     if (!mount_bootmedium() || !exec_initd()) {
         fail("failed to initd");
     }
     if (!mount_bootmedium() || !exec_initd()) {
         fail("failed to initd");
     }