|
|
@@ -512,7 +512,7 @@ int19_entry:
|
|
512
|
512
|
call print_message
|
|
513
|
513
|
movw $int19_message_dots, %si
|
|
514
|
514
|
call print_message
|
|
515
|
|
- movw $0xdf42, %bx
|
|
|
515
|
+ movw $0xdf4e, %bx
|
|
516
|
516
|
call wait_for_key
|
|
517
|
517
|
pushf
|
|
518
|
518
|
xorw %di, %di
|
|
|
@@ -520,7 +520,7 @@ int19_entry:
|
|
520
|
520
|
movw $int19_message_done, %si
|
|
521
|
521
|
call print_message
|
|
522
|
522
|
popf
|
|
523
|
|
- jnz 1f
|
|
|
523
|
+ jz 1f
|
|
524
|
524
|
/* Leave keypress in buffer and start gPXE. The keypress will
|
|
525
|
525
|
* cause the usual initial Ctrl-B prompt to be skipped.
|
|
526
|
526
|
*/
|
|
|
@@ -539,7 +539,7 @@ orig_int19:
|
|
539
|
539
|
.size orig_int19, . - orig_int19
|
|
540
|
540
|
|
|
541
|
541
|
int19_message_prompt:
|
|
542
|
|
- .asciz "Press B to boot from "
|
|
|
542
|
+ .asciz "Press N to skip booting from "
|
|
543
|
543
|
.size int19_message_prompt, . - int19_message_prompt
|
|
544
|
544
|
int19_message_dots:
|
|
545
|
545
|
.asciz "..."
|