Page 1 of 1

How can I use this kind of Option BIOS?

Posted: Fri Aug 08, 2003 9:36 am
by hbxffrm
I am designing a kind of embended motherboard. Now I have a flash EPROM that is 512KB. I want program the system BIOS and an option BIOS in the chip. The system BIOS is designed by AMI co. . I want the option BIOS to load the operation system 's loader. How can I access the option BIOS.
What does the ROM "shawde" is mean? :P

Re: How can I use this kind of Option BIOS?

Posted: Fri Aug 08, 2003 11:05 am
by NickS
hbxffrm wrote:What does the ROM "shawde" is mean? :P
This bit I know. Executing code from a 150ns (or slower), 8-bit ISA bus ROM is very slow compared to executing from RAM. To speed up execution of the BIOS code, it can be copied to RAM. Using memory management, this area of RAM can be mapped into the address space that was originally used by the ROM, so the code appears in the same place but runs faster. This used to be particularly useful for VGA BIOSes back in the days of DOS.