[haiku-commits] r40177 - haiku/trunk/src/apps/bootmanager

  • From: axeld@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 9 Jan 2011 14:33:09 +0100 (CET)

Author: axeld
Date: 2011-01-09 14:33:09 +0100 (Sun, 09 Jan 2011)
New Revision: 40177
Changeset: http://dev.haiku-os.org/changeset/40177

Modified:
   haiku/trunk/src/apps/bootmanager/bootman.S
Log:
* Followed suggestion by Michael Pfeiffer, and always set the original BIOS
  drive number before reset.


Modified: haiku/trunk/src/apps/bootmanager/bootman.S
===================================================================
--- haiku/trunk/src/apps/bootmanager/bootman.S  2011-01-09 11:58:59 UTC (rev 
40176)
+++ haiku/trunk/src/apps/bootmanager/bootman.S  2011-01-09 13:33:09 UTC (rev 
40177)
@@ -571,7 +571,7 @@
        call    printstr
        mov             ah, READ_CHAR
        int             BIOS_KEYBOARD_SERVICES
-       mov             dl, 0x80
+       mov             dl, [bp + biosDrive]
        int             BIOS_REBOOT
 
 ; Output:


Other related posts:

  • » [haiku-commits] r40177 - haiku/trunk/src/apps/bootmanager - axeld