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

View File

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