search for: crff_msg

Displaying 1 result from an estimated 1 matches for "crff_msg".

2006 Jan 08
0
isolinux.cfg location
...'Ready.', CR, LF, 0 trying_msg db 'Trying to load: ', 0 crlfloading_msg db CR, LF ; Fall through loading_msg db 'Loading ', 0 dotdot_msg db '.' dot_msg db '.', 0 fourbs_msg db BS, BS, BS, BS, 0 aborted_msg db ' aborted.', CR, LF, 0 crff_msg db CR, FF, 0 default_str db 'default', 0 default_len equ ($-default_str) boot_dir db '/boot' ; /boot/isolinux isolinux_dir db '/insert', 0 ; change this to allow multiple isolinuxes on the same cd inside the /boot folder ConfigName equ $ isolinux_cfg db 'isolinux.cfg...