Update boot.asm

This commit is contained in:
heckeralt 2024-10-04 07:13:16 -04:00
parent e042eb5128
commit b0091cbb40
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ start:
; cpu info
mov eax, 0x1
cpuid
test edx, 1<<25
jz .noSSE
;SSE is available
command_loop:
; Print prompt
mov si, prompt_message