[SeaBIOS] [PATCH] Remove old Bochs bios fixed address string at 0xfff00.

Kevin O'Connor kevin at koconnor.net
Sat May 31 03:48:03 CEST 2014


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 at koconnor.net>
---
 src/misc.c | 3 ---
 1 file changed, 3 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";
 
-- 
1.9.3




More information about the SeaBIOS mailing list