aboutsummaryrefslogtreecommitdiffstats
path: root/src/misc.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2014-05-24 10:36:42 -0400
committerKevin O'Connor <kevin@koconnor.net>2014-06-04 11:06:58 -0400
commite9eaaaf6ee0177f9c0b8bb912853834667e1c492 (patch)
tree95fa5c8b53b457af5edc613309416d69edfff1b3 /src/misc.c
parentdd7527c6f51fff199285f1e1cdb3e8e16bd1781b (diff)
downloadseabios-e9eaaaf6ee0177f9c0b8bb912853834667e1c492.tar.gz
Remove old Bochs bios fixed address string at 0xfff00.
There is no indication that the address 0xff00 is a BIOS standard, so don't emit the old Bochs copyright string at that fixed address. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/misc.c b/src/misc.c
index 67123557..21693fc3 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -181,9 +181,6 @@ struct descloc_s rombios32_gdt_48 VARFSEG = {
* Misc fixed vars
****************************************************************/
-char BiosCopyright[] VAR16FIXED(0xff00) =
- "(c) 2002 MandrakeSoft S.A. Written by Kevin Lawton & the Bochs team.";
-
// BIOS build date
char BiosDate[] VAR16FIXED(0xfff5) = "06/23/99";