Fix compilation with extended_primary_loader.

git-svn-id: svn://kolibrios.org@7598 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Ivan Baravy 2019-03-11 21:33:33 +00:00
parent 82d72daa76
commit 8973200440

View File

@ -700,7 +700,9 @@ endg
cmp byte [BOOT.dev+0x10000], 1 cmp byte [BOOT.dev+0x10000], 1
je @f je @f
call register_ramdisk mov esi, boot_initramdisk
call boot_log
call ramdisk_init
;-------------------------------------- ;--------------------------------------
@@: @@:
mov esi, boot_initapic mov esi, boot_initapic