X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86_64%2Fstart32.asm;h=ac05971141ff8300c2c3ee1d6f5f8b94163e9e8f;hb=4b9cc52e8ceaa0213719aca66c521575620e6d09;hp=52b133c6ec731636a75a45f5159ec405377dcaf4;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86_64/start32.asm b/KernelLand/Kernel/arch/x86_64/start32.asm index 52b133c6..ac059711 100644 --- a/KernelLand/Kernel/arch/x86_64/start32.asm +++ b/KernelLand/Kernel/arch/x86_64/start32.asm @@ -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