diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-11-18 03:14:06 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2007-11-18 03:14:06 +0000 |
| commit | 780e069c4934e79763ecf752a6069cc33739fbef (patch) | |
| tree | 3acf414532b6a4f41acc49bcd384ce42fe2c0c62 | |
| parent | 26fc37307b9a01deae78bf8d830a0d9d6b278511 (diff) | |
Notes
| -rw-r--r-- | sys/boot/pc98/cdboot/cdboot.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/cdboot/cdboot.s b/sys/boot/pc98/cdboot/cdboot.s index 31f590f015659..14af0a7f2b45d 100644 --- a/sys/boot/pc98/cdboot/cdboot.s +++ b/sys/boot/pc98/cdboot/cdboot.s @@ -789,7 +789,7 @@ msg_bootinfo: .asciz "Building the boot loader arguments\r\n" msg_relocate: .asciz "Relocating the loader and the BTX\r\n" msg_jump: .asciz "Starting the BTX loader\r\n" msg_badread: .ascii "Read Error: 0x" -hex_error: .ascii "00\r\n" +hex_error: .asciz "00\r\n" msg_novd: .asciz "Could not find Primary Volume Descriptor\r\n" msg_lookup: .asciz "Looking up " msg_lookup2: .asciz "... " |
