summaryrefslogtreecommitdiff
path: root/pxelinux.asm
diff options
context:
space:
mode:
authorhpa <hpa>2004-08-04 06:16:53 +0000
committerhpa <hpa>2004-08-04 06:16:53 +0000
commit090ff3d4015be69e5f24e1483d298b53c14a2e57 (patch)
treee00f136479429e5e8b69fedfccf420d42065494c /pxelinux.asm
parentda900b66fdec8f6c4609df2ce72881bd3f6987a8 (diff)
downloadsyslinux-090ff3d4015be69e5f24e1483d298b53c14a2e57.tar.gz
Move ASCII macros to macros.incsyslinux-2.11-pre2
Diffstat (limited to 'pxelinux.asm')
-rw-r--r--pxelinux.asm5
1 files changed, 0 insertions, 5 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 6885cd99..ccad9fb6 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -2302,11 +2302,6 @@ writestr equ cwritestr
; Begin data section
; -----------------------------------------------------------------------------
-CR equ 13 ; Carriage Return
-LF equ 10 ; Line Feed
-FF equ 12 ; Form Feed
-BS equ 8 ; Backspace
-
hextbl_lower db '0123456789abcdef'
copyright_str db ' Copyright (C) 1994-', year, ' H. Peter Anvin'
db CR, LF, 0