Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/boot_ustar Remove some error messages to...
details: https://anonhg.NetBSD.org/src/rev/f467b6dbeb13
branches: trunk
changeset: 519821:f467b6dbeb13
user: minoura <minoura%NetBSD.org@localhost>
date: Fri Dec 28 02:12:55 2001 +0000
description:
Remove some error messages to reduce the size.
diffstat:
sys/arch/x68k/stand/boot_ustar/boot_ustar.S | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 55ab49aac003 -r f467b6dbeb13 sys/arch/x68k/stand/boot_ustar/boot_ustar.S
--- a/sys/arch/x68k/stand/boot_ustar/boot_ustar.S Fri Dec 28 02:10:26 2001 +0000
+++ b/sys/arch/x68k/stand/boot_ustar/boot_ustar.S Fri Dec 28 02:12:55 2001 +0000
@@ -3,7 +3,7 @@
| Yasha(itohy%netbsd.org@localhost)
| minoura%netbsd.org@localhost
|
-| $NetBSD: boot_ustar.S,v 1.2 2001/10/01 16:58:01 minoura Exp $
+| $NetBSD: boot_ustar.S,v 1.3 2001/12/28 02:12:55 minoura Exp $
| supports floppy only
@@ -157,9 +157,9 @@
jmp %a0@ | here we go
-error_invalidboot: BOOT_ERROR("Illegal secondary boot");
-error_invalidname: BOOT_ERROR("Invalid filename");
-error_invalidfs: BOOT_ERROR("Not a ustarfs");
-error_invalidmagic: BOOT_ERROR("Not an OMAGIC a.out")
+error_invalidboot:
+error_invalidname: BOOT_ERROR("Illegal secondary boot");
+error_invalidfs:
+error_invalidmagic: BOOT_ERROR("Invalid magic")
ASGLOBAL(first_kbyte)
Home |
Main Index |
Thread Index |
Old Index