X-Git-Url: http://git.dujemihanovic.xyz/projects?a=blobdiff_plain;f=boot%2Fx86%2Fprotected.s;h=966390af1a8dad8101595cfa6ed045159dc82636;hb=6c6312e540a570d376aae5551626128fcc1cd1c6;hp=d1c7eea34df31ac1a191c26bc2abeb6bb45924d6;hpb=63853960825f007827a79f704d291c372c807096;p=nameless-os.git diff --git a/boot/x86/protected.s b/boot/x86/protected.s index d1c7eea..966390a 100644 --- a/boot/x86/protected.s +++ b/boot/x86/protected.s @@ -37,10 +37,6 @@ protected mov ebp, 090000h mov esp, ebp - ; print a string to let us know that we survived the switch - mov ebx, pm_success - call pmprint - ; transfer control to the kernel call KERNEL_OFFSET @@ -70,7 +66,6 @@ pmprint popa ; restore registers from stack ret ; return -pm_success db "Now in protected mode", 0 video_memory equ 0B8000h ; the actual Global Descriptor Table