]> xenbits.xensource.com Git - seabios.git/commitdiff
Remove old Bochs bios fixed address string at 0xfff00.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 24 May 2014 14:36:42 +0000 (10:36 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 4 Jun 2014 15:06:58 +0000 (11:06 -0400)
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>
src/misc.c
src/romlayout.S

index 67123557b0f89e5a9fb48d3a6102943126413cbe..21693fc3cd5548a017d59531cb92925c5eef2939 100644 (file)
@@ -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";
 
index 4922279b305961d4a4d406789c56cb17deec6031..55179bf852e8111d9ecdfa2b5f8ddc054af4c145 100644 (file)
@@ -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: