Omit printing dots from MBR
This commit is contained in:
parent
8131db9b29
commit
d142fb4f39
@ -11,11 +11,7 @@ init: cli
|
||||
mov es, ax
|
||||
xor sp, sp
|
||||
|
||||
.retry: mov bx, 7
|
||||
mov ax, 0x0e2e
|
||||
int 0x10
|
||||
|
||||
mov ax, 0x0210
|
||||
.retry: mov ax, 0x0208
|
||||
mov cx, 2
|
||||
mov dh, 0
|
||||
mov bx, 0x100
|
||||
|
Loading…
Reference in New Issue
Block a user