SHARE |
|
IBM PC 5150 Dump a BIOS using debug.com | by Bill Degnan - 06/14/2008 09:06 |
This is a mirror of the original page
http://mess.toseciso.org...:dump_bios_using_debug/ C:> DEBUG -N MYF000.BIN (resulting file will be named MYF000.BIN) -R BX (set BX=0000H/CX=8000H as count of bytes to write, 00008000H = 32K) BX 0000 :0000 -R CX CX 0000 :8000 -M F000:0 8000 0100 (copy 32K bytes from F000:0 to offset 0100 in local segment) -W 0100 (write from offset 0100 in local segment) Writing 8000 bytes -N MYF800.BIN (resulting file will be named MYF800.BIN) -M F800:0 8000 0100 (copy 32K bytes from F800:0 to offset 0100 in local segment) -W 0100 (write from offset 0100 in local segment) Writing 8000 bytes -Q C:>copy /b myf000.bin+myf800.bin final.bin (optional, concatenates together the two myfxxx.bin files into final.bin) Reply |
|
BIOS Dumps from IBM 5150 | by Bill Degnan - 06/14/2008 15:50 |
Using Debug commands, I have extracted three IBM PC 5150 BIOS versions.
http://www.vintagecomput...et/ibm/5150/BIOS_dumps/ The numbers associated with these files correspond to their IBM 5150 serial numbers. The silkscreen markings on the ROM chips are listed below (slashes separate each line). 0192562.BIN S/N 0192562 (16/64K "A" Model) U28 EMPTY U29 5700019 / IBM 1981 / XE / 8220E NM U30 5700027 / IBM 1981 / XE 8223B NM U31 MK36905N-4 / 5700035 / 2A / IBM 1981 / D MALAYSIA / 8225 U32 5700043 / IBM 1981 / XE 8220E NM U33 5700671 / IBM 1981 / XE8223B N M 0239462.BIN S/N 0239462 (16/64K "A" Model) U28 EMPTY U29 5700019 / IBM 1981 / XE / 8231B NM U30 5700027 / IBM 1981 / XE 8231A NM U31 MK36905N-4 / 5700035 / IBM 1981 / MALAYSIA / 8231 U32 MK367284-4 / 5700043/ IBM 1981 / MALAYSIA / 8230 U33 AMI 8609 MAH / S68B364 / 1501476 / IBM CORP / 1981, 1983 / PHILIPPINES 1004872.BIN S/N 10048725150 (64/256K "B" Model) U28 EMPTY U29 5000019 / AM92640PC / 34148 8347ZAP U30 AM9264DPC34149 / 5000021 / 8413FPM / IBM 1981, 1983 U31 AM9264DPL34150 / 5000022 / 8411DPM / IBM 1981, 1983 U32 AM9264DPC34180 / 5000023 / 8406YPM / IBM 1981, 1982 U33 1501476 / AM9264DPC / 34146 8340ZPP Reply |
|
Another 5150 A BIOS DUMP | by Bill Degnan - 04/04/2009 22:32 |
This time, I ran the dump from a 5150 "A" with the serial number 0159618
Here are the silkscreen markings on the ROM chips for the 0159618 This is the ROM from 10/81 0159618.bin s/n -159618 (16/64K "A" Model) U28 EMPTY U29 (M) 5700019 / (c) IBM 1981 / XE 8212 M N M U30 (M) 5700027 / (C) IBM 1981 / XE8206A N M U31 5700035 / (C) IBM 1981 / XE / 8208A NM U32 (M) 5700043 / (C) IBM 1981 / XE 8211ENM U33 (M) 5700671 / (C) IBM 1981 / XE8201C N M Reply |