[PATCH] rombios: move BIOS_COPYRIGHT_STRING
"Sebastian Herbszt" <[email protected]>
| Newsgroups | gmane.comp.emulators.bochs.devel |
|---|---|
| Message-ID | <8E321DA95791455090D3CFF1DDCE4916@FSCPC> |
Move BIOS_COPYRIGHT_STRING to gain space at 0xfef3. Sebastian Index: bios/rombios.c =================================================================== --- bios.orig/rombios.c +++ bios/rombios.c @@ -11621,10 +11621,6 @@ int08_store_ticks: .org 0xfef3 ; Initial Interrupt Vector Offsets Loaded by POST - -.org 0xff00 -.ascii BIOS_COPYRIGHT_STRING - ;------------------------------------------------ ;- IRET Instruction for Dummy Interrupt Handler - ;------------------------------------------------ @@ -11788,5 +11784,6 @@ static Bit8u vgafont8[128*8]= ASM_START .org 0xcc00 bios_table_area_end: +.ascii BIOS_COPYRIGHT_STRING // bcc-generated data will be placed here ASM_END ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122412 _______________________________________________ bochs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bochs-developers
move_BIOS_COPYRIGHT_STRING.diff
(application/octet-stream, 626 B)
Index: bios/rombios.c =================================================================== --- bios.orig/rombios.c +++ bios/rombios.c @@ -11621,10 +11621,6 @@ int08_store_ticks: .org 0xfef3 ; Initial Interrupt Vector Offsets Loaded by POST - -.org 0xff00 -.ascii BIOS_COPYRIGHT_STRING - ;------------------------------------------------ ;- IRET Instruction for Dummy Interrupt Handler - ;------------------------------------------------ @@ -11788,5 +11784,6 @@ static Bit8u vgafont8[128*8]= ASM_START .org 0xcc00 bios_table_area_end: +.ascii BIOS_COPYRIGHT_STRING // bcc-generated data will be placed here ASM_END