Trying to fix the makefile for new stack

git-svn-id: svn://kolibrios.org@2373 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
hidnplayr 2012-02-22 13:20:18 +00:00
parent 12f5bb7ba8
commit 586aa010e8
1 changed files with 3 additions and 3 deletions

View File

@ -430,8 +430,8 @@ cfgmanager:
adc byte [di+preboot_biosdisk-preboot_device], 0
; default value for VRR is OFF
cmp byte [di+preboot_vrrm-preboot_device], 0
jnz @f
mov byte [di+preboot_vrrm-preboot_device], 2
jnz @f
mov byte [di+preboot_vrrm-preboot_device], 2
@@:
; notify user
_setcursor 5,2
@ -816,7 +816,7 @@ end if
mov [boot_dev], al
; GET MEMORY MAP
include 'detect/biosmem.inc'
include '../detect/biosmem.inc'
; READ DISKETTE TO MEMORY