Home | History | Annotate | Download | only in core

Lines Matching refs:LF

503 award_notice	db	"Trying BrokenAwardHack first ...",CR,LF,0	     ;;
506 award_not_succ db "BAH: SUCCESS",CR,LF,0 ;;
508 award_not_crlf db CR,LF,0 ;;
701 mov al,LF
1049 syslinux_banner db CR, LF, MY_NAME, ' ', VERSION_STR, ' ', DATE_STR, ' ', 0
1052 db ' H. Peter Anvin et al', CR, LF, 0
1059 verify_msg: db 'Image csum verified.', CR, LF, 0
1060 allread_msg db 'Image read, jumping to main code...', CR, LF, 0
1062 noinfotable_msg db 'No boot info table, assuming single session disk...', CR, LF, 0
1063 noinfoinspec_msg db 'Spec packet missing LBA information, trying to wing it...', CR, LF, 0
1064 spec_err_msg: db 'Loading spec packet failed, trying to wing it...', CR, LF, 0
1066 alright_msg: db 'Looks reasonable, continuing...', CR, LF, 0
1068 nothing_msg: db 'Failed to locate CD-ROM device; boot failed.', CR, LF
1069 trysbm_msg db 'See http://syslinux.zytor.com/sbm for more information.', CR, LF, 0
1073 checkerr_msg: db 'Image checksum error, sorry...', CR, LF, 0
1075 err_bootfailed db CR, LF, 'Boot failed: press a key to retry...'
1077 crlf_msg db CR, LF
1228 err_disk_image db 'Cannot load disk image (invalid file)?', CR, LF, 0