aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/misc.c3
-rw-r--r--src/romlayout.S2
2 files changed, 0 insertions, 5 deletions
diff --git a/src/misc.c b/src/misc.c
index 6712355..21693fc 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";
diff --git a/src/romlayout.S b/src/romlayout.S
index 4922279..55179bf 100644
--- a/src/romlayout.S
+++ b/src/romlayout.S
@@ -742,8 +742,6 @@ entry_1a_official:
// 0xfef3 - InitVectors in misc.c
- // 0xff00 - BiosCopyright in misc.c
-
ORG 0xff53
.global entry_iret_official
entry_iret_official: