]> rtime.felk.cvut.cz Git - l4.git/blobdiff - l4/pkg/bootstrap_custom/server/src/ARCH-x86/crt0.S
fiasco: bootstrap: Try to launch bootstrap in real mode. Gives an error with PIO...
[l4.git] / l4 / pkg / bootstrap_custom / server / src / ARCH-x86 / crt0.S
index 6fd45587694ea781e08e0783e40253fde62b9d87..37725ee67303fa79de3cf54dfd9e98ee2d678885 100644 (file)
@@ -8,8 +8,7 @@
  * Please see the COPYING-GPL-2 file for details.
  */
 #include <l4/sys/compiler.h>
-#define JH
-#ifdef JH
+#ifdef JAILHOUSE
 #include "inmate.h" 
 #define X86_CR0_PE             0x00000001
 
@@ -29,7 +28,7 @@ start16:
     or $X86_CR0_PE,%al
     mov %eax,%cr0
 
-    ljmpl $INMATE_CS32,$_start + FSEGMENT_BASE
+    ljmpl $INMATE_CS32,$_start
 
 .code32