* Followed suggestion by Michael Pfeiffer, and always set the original BIOS
drive number before reset. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40177 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -571,7 +571,7 @@ printAndHalt:
|
|||||||
call printstr
|
call printstr
|
||||||
mov ah, READ_CHAR
|
mov ah, READ_CHAR
|
||||||
int BIOS_KEYBOARD_SERVICES
|
int BIOS_KEYBOARD_SERVICES
|
||||||
mov dl, 0x80
|
mov dl, [bp + biosDrive]
|
||||||
int BIOS_REBOOT
|
int BIOS_REBOOT
|
||||||
|
|
||||||
; Output:
|
; Output:
|
||||||
|
|||||||
Reference in New Issue
Block a user