do not use macro in sec_loader

git-svn-id: svn://kolibrios.org@3599 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
CleverMouse 2013-06-04 11:16:20 +00:00
parent a77e7ee15d
commit 1267799afd

View File

@ -50,7 +50,8 @@ real_start:
; get file system information
; scan for Primary Volume Descriptor
db 66h
movi eax, 10h-1
push 10h-1
pop eax
pvd_scan_loop:
mov cx, 1
inc eax