Applied Jack Burton's patch to fix the boot problems on many systems:

find_real_mem_size must not be called with interrupts turned off.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7609 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-05-18 10:27:28 +00:00
parent adbaa7817e
commit 88cfa4fb99
2 changed files with 1 additions and 1 deletions

View File

@ -94,13 +94,13 @@ unreal:
call disable_floppy_motor
mov si,okmsg
call print
cli
; uncomment the next two lines to enable the VESA mode switch
; call enable_vesa
; mov [in_vesa],al
call find_mem_size_real
cli
mov ebx,[dword 0x100074] ; load dword at rel. address 0x74 from read-destination-buffer
add ebx,0x101000 ; for stage2 entry