forked from KolibriOS/kolibrios
Fix compilation with extended_primary_loader.
git-svn-id: svn://kolibrios.org@7598 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
82d72daa76
commit
8973200440
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user