Kernel/IPStack - (minor) TODO retransmit timer
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / start32.asm
index 52b133c..6519e1c 100644 (file)
@@ -45,9 +45,9 @@ start:
        mov eax, 0x80000000
        cpuid
        cmp eax, 0x80000001     ; Compare the A-register with 0x80000001.
+       jb .not64bitCapable
        mov eax, 0x80000001
        cpuid
-       jb .not64bitCapable
        test edx, 1<<29
        jz .not64bitCapable
 
@@ -183,6 +183,6 @@ gInitialKernelStack:
 
 [section .rodata]
 csNot64BitCapable:
-       db "Not 64-bit Capable",0
+       db "CPU does not support long-mode, please use the x86 build",0
 
 ; vim: ft=nasm

UCC git Repository :: git.ucc.asn.au