forked from KolibriOS/kolibrios
do not use macro in sec_loader
git-svn-id: svn://kolibrios.org@3599 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
a77e7ee15d
commit
1267799afd
@ -50,7 +50,8 @@ real_start:
|
|||||||
; get file system information
|
; get file system information
|
||||||
; scan for Primary Volume Descriptor
|
; scan for Primary Volume Descriptor
|
||||||
db 66h
|
db 66h
|
||||||
movi eax, 10h-1
|
push 10h-1
|
||||||
|
pop eax
|
||||||
pvd_scan_loop:
|
pvd_scan_loop:
|
||||||
mov cx, 1
|
mov cx, 1
|
||||||
inc eax
|
inc eax
|
||||||
|
Loading…
Reference in New Issue
Block a user