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>
* 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";
// 0xfef3 - InitVectors in misc.c
- // 0xff00 - BiosCopyright in misc.c
-
ORG 0xff53
.global entry_iret_official
entry_iret_official: