summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-05-18 12:07:23 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-05-18 12:07:23 -0700
commitb59d70ca4c0140550d9be8d029dc79e605fa3954 (patch)
tree049d3f1d91a76a397c8bafbd957b83e0887f0b3b
parent665c59202eafb985c5d4dfb0c2e0bd7f29d954f9 (diff)
downloadsyslinux-b59d70ca4c0140550d9be8d029dc79e605fa3954.tar.gz
core: change "Linux needs..." to "Syslinux needs..."
Linux really only needs about 64K or so of low memory these days, but Syslinux needs more. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/cpuinit.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cpuinit.inc b/core/cpuinit.inc
index 6cbe28e0..fdd097ae 100644
--- a/core/cpuinit.inc
+++ b/core/cpuinit.inc
@@ -44,7 +44,7 @@ err_noram db 'It appears your computer has less than '
asciidec dosram_k
db 'K of low ("DOS")'
db CR, LF
- db 'RAM. Linux needs at least this amount to boot. If you get'
+ db 'RAM. Syslinux needs at least this amount to boot. If you get'
db CR, LF
db 'this message in error, hold down the Ctrl key while'
db CR, LF