X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fpost.c;h=0d8f18e2d5a78bab804a0e36c93d98d6c5784239;hb=59fead6413261b10245508edc5f18316371cfaae;hp=f69773f71f77f64ac1fae06f74aea28a25f1def1;hpb=4b39b82790d17a64d13171ba501efa4ffa044460;p=seabios.git diff --git a/src/post.c b/src/post.c index f69773f..0d8f18e 100644 --- a/src/post.c +++ b/src/post.c @@ -275,5 +275,5 @@ asm( "lidtl " __stringify(0xf0000 | OFFSET_pmode_IDT_info) "\n" "lgdtl " __stringify(0xf0000 | OFFSET_rombios32_gdt_48) "\n" "movl $" __stringify(CONFIG_STACK_OFFSET) ", %esp\n" - "jmp _start\n" + "ljmp $0x10, $_start\n" );