diff options
| author | hpa <hpa> | 2004-08-04 06:16:53 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2004-08-04 06:16:53 +0000 |
| commit | 090ff3d4015be69e5f24e1483d298b53c14a2e57 (patch) | |
| tree | e00f136479429e5e8b69fedfccf420d42065494c /isolinux.asm | |
| parent | da900b66fdec8f6c4609df2ce72881bd3f6987a8 (diff) | |
| download | syslinux-2.11-pre2.tar.gz | |
Move ASCII macros to macros.incsyslinux-2.11-pre2
Diffstat (limited to 'isolinux.asm')
| -rw-r--r-- | isolinux.asm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/isolinux.asm b/isolinux.asm index 203d5ea9..150f9cbd 100644 --- a/isolinux.asm +++ b/isolinux.asm @@ -1566,11 +1566,6 @@ getfssec: ; Begin data section ; ----------------------------------------------------------------------------- -CR equ 13 ; Carriage Return -LF equ 10 ; Line Feed -FF equ 12 ; Form Feed -BS equ 8 ; Backspace - boot_prompt db 'boot: ', 0 wipe_char db BS, ' ', BS, 0 err_notfound db 'Could not find kernel image: ',0 |
