mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-08 11:58:36 -04:00
Cleanup
This commit is contained in:
parent
e0c38a1274
commit
29bf691713
@ -39,6 +39,7 @@ second_step:
|
||||
xor di, di
|
||||
|
||||
.next:
|
||||
; Make sure the second part of the address is 0x0
|
||||
xor bx, bx
|
||||
|
||||
; Read one sector
|
||||
@ -90,7 +91,7 @@ second_step:
|
||||
cmp dh, 2
|
||||
jne .next_sector
|
||||
|
||||
mov dh, 0
|
||||
xor dh, dh
|
||||
mov [head], dh
|
||||
|
||||
mov ch, [cylinder]
|
||||
|
Loading…
x
Reference in New Issue
Block a user