From 2062cad7c99b7a844a63c998a6343fa22551d3cf Mon Sep 17 00:00:00 2001 From: Maciek Makowski Date: Sun, 4 Jan 2015 13:57:42 +0000 Subject: [PATCH] fixed sample bootloader code --- linux-bootstrap-1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-bootstrap-1.md b/linux-bootstrap-1.md index b8d83c4..275ca5f 100644 --- a/linux-bootstrap-1.md +++ b/linux-bootstrap-1.md @@ -109,9 +109,9 @@ boot: mov ah, 0x0e mov bh, 0x00 mov bl, 0x07 - mov al, ! + mov al, '!' - int 0x10 + int 0x10 jmp $ times 510-($-$$) db 0