diff options
author | KATO Takenori <kato@FreeBSD.org> | 1998-10-11 15:09:36 +0000 |
---|---|---|
committer | KATO Takenori <kato@FreeBSD.org> | 1998-10-11 15:09:36 +0000 |
commit | 9aba3db9f18d706d3eb97213b2e3bb50d30cd2da (patch) | |
tree | bc9293b252c339ea378e221cb640cc98c4236614 /sys/pc98/boot/biosboot/table.c | |
parent | 02ca745405d437180d4a0c3178c10559c6d9d656 (diff) |
Notes
Diffstat (limited to 'sys/pc98/boot/biosboot/table.c')
-rw-r--r-- | sys/pc98/boot/biosboot/table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/boot/biosboot/table.c b/sys/pc98/boot/biosboot/table.c index 442eda5cc15b8..4542942b7964d 100644 --- a/sys/pc98/boot/biosboot/table.c +++ b/sys/pc98/boot/biosboot/table.c @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:43 rpd - * $Id: table.c,v 1.6 1998/05/02 02:06:08 kato Exp $ + * $Id: table.c,v 1.7 1998/09/15 14:08:34 kato Exp $ */ /* @@ -146,4 +146,4 @@ struct pseudo_desc Idtr_real = { 0x400 - 1, 0x0, 0x0 }; * fragmentation. */ char *devs[] = { "wd", "dk", "fd", "wt", "da", 0 }; -unsigned long tw_chars = 0x5C2D2F7C; /* "\-/|" */ +unsigned tw_chars = 0x5C2D2F7C; /* "\-/|" */ |