Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion boot/boot32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ c6:
boot_error:
mov ax, 0E00h | '!'
int 10h ; display the error sign
mov al, 07h
mov ax, 0E07h
int 10h ; beep
xor ah,ah
int 0x16 ; wait for a key
Expand Down