Hello there,

I just want to know what is the length of the BIOS code and do you have any
site that has more information on BIOSes?

Thanks,
Aseem.


At 11:30 PM 04-05-99 -0700, you wrote:
>I wrote a little C program to fetch the ROM BIOS of a machine.
>I wrote it on my Compaq Portable III with TC 2.01.  The source
>is included, you can get the binary and sample Compaq ROM from
>
>ftp.apsoft.com:/pub/users/perry/tc/
>
>I just writes out 64k at 0xF000:0 to 'bios.rom'.
>
>--Perry
>
>-- 
>Perry Harrington       Linux rules all OSes.    APSoft      ()
>email: [EMAIL PROTECTED]                        Think Blue. /\
>-------------------------------------------------------------------
>
>#include <stdio.h>
>#include <dos.h>
>
>void main(void)
>{
>
>       char    far *bios_data;
>       FILE *out;
����inal Yr, B. E., Department of Comp Sc & Engg,
Sri Govindram Sekseria Institute of Technology and Science,
23, Park Rd, Indore. MP. India. 


Reply via email to