View | Details | Raw Unified | Return to bug 281494
Collapse All | Expand All

(-)b/stand/i386/boot0/boot0.S (-2 / +2 lines)
Lines 581-590 intx13: # Prepare CHS parameters Link Here
581
 */
581
 */
582
prompt:
582
prompt:
583
#ifdef PXE
583
#ifdef PXE
584
		.ascii "\nF6 PXE\r"
584
		.ascii "F6 PXE\r\n"
585
#endif
585
#endif
586
		.ascii "\nBoot:"
586
		.ascii "\nBoot:"
587
item:		.ascii " ";	     .byte ' '|0x80
587
item:		.byte ' '|0x80
588
crlf:		.ascii "\r";	     .byte '\n'|0x80
588
crlf:		.ascii "\r";	     .byte '\n'|0x80
589
589
590
/* Partition type tables */
590
/* Partition type tables */

Return to bug 281494