diff --git a/src/apps/bootmanager/bootman.S b/src/apps/bootmanager/bootman.S index 263913338c..54a12c32ab 100644 --- a/src/apps/bootmanager/bootman.S +++ b/src/apps/bootmanager/bootman.S @@ -571,7 +571,7 @@ printAndHalt: call printstr mov ah, READ_CHAR int BIOS_KEYBOARD_SERVICES - mov dl, 0x80 + mov dl, [bp + biosDrive] int BIOS_REBOOT ; Output: