Re: What does bochs put at 0x30000

"Stanislav" <[email protected]> Wed, 27 Jul 2016 07:27:58 +0300
Newsgroups gmane.comp.emulators.bochs.devel
Message-ID <[email protected]>
Hi, according to Bochs BIOS sources this is 64K-size BIOS_TMP_STORAGE which is used to copy the BIOS into the shadow RAM.

The copy itself done by function 

static void bios_shadow_init(PCIDevice *d)

which is used only from pci_bios_init.

 

I guess it is safe to overwrite because BIOS won’t use it after initialization.

 

Stanislav

 

 

From: Isaac D. Cohen [mailto:[email protected]] 
Sent: Wednesday, July 27, 2016 12:13 AM
To: [email protected]
Subject: [Bochs-developers] What does bochs put at 0x30000

 

Hi everyone,

 

I noticed that the bochs BIOS puts some data at 0x30000. It ends at 0x304F0. I was wondering what it is. Can my OS erase it? Or use it for something?

 

Thank you very much,

Isaac D. Cohen

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev

_______________________________________________
bochs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bochs-developers