]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap_custom/server/src/platform/x86_pc.cc
l4: bootstrap_custom: Fix unsupported paging mode error, which was caused by the...
[l4.git] / l4 / pkg / bootstrap_custom / server / src / platform / x86_pc.cc
index 7a4db08c7dfce80608a84215a18ed66fe5b87d43..427cdbbfb863e040db1ee95cdf40c6915c97dbab 100644 (file)
@@ -65,7 +65,7 @@ struct Platform_x86_1 : Platform_x86
 
   char const *cmdline() const
   {
-    //return 0;
+    return 0;
     l4_uint32_t p = *(l4_uint32_t*)(realmode_pointer + 0x228);
     if (!p)
       return 0;
@@ -382,7 +382,7 @@ void __main(l4util_mb_info_t *mbi, unsigned long p2, char const *realmode_si,
   cmdline = (char const *)(l4_addr_t)mbi->cmdline;
 #endif
   _x86_pc_platform.setup_uart(cmdline);
-
+  printf("cmdline:%p, realmode_si=%p\n", cmdline, realmode_si);
   startup(cmdline);
 }