added variant for d (preload) - 4-format ram disk

(need when ram disk not loading and not linked)
for example - loading from cdorm

git-svn-id: svn://kolibrios.org@545 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
SPraid (simba)
2007-06-17 15:40:48 +00:00
parent 153714889f
commit b5bc8a7c09
7 changed files with 37 additions and 8 deletions

View File

@@ -456,7 +456,7 @@ cfgmanager:
mov si, preboot_device_msg
call print
mov al, [preboot_device]
and eax, 3
and eax, 7
mov si, [preboot_device_msgs+eax*2]
call printplain
.wait:
@@ -499,7 +499,7 @@ cfgmanager:
_setcursor 15,0
mov si, bdev
call print
mov bx, '13'
mov bx, '14'
call getkey
mov [preboot_device], al
_setcursor 13,0