Hi, I have some problems compiling a new bios. When I use gcc to compile the bios it rejects the #asm directives. (I use gcc-2.96-85 the 85 is a redhat version with a lot of patches) When I use egcs-2.91.66 it compiles but the bios doesn't work. I use the latest versions of as86 and ld86 and tools86 from dosemu1.01. Just get a black screen for a few seconds. I need to compile a new bios because I try to add in a few enhancements the people of bochs have made. The most important one for me is the support of diskd. I want to make a disk with installers where I copy files into from linux by loop mounting it. Sometimes this crashes and I want to start over with a new installer image instead of trying to scandisk my main win95 in th ewin95 guest. I can't use the latest bochs bios out of the box because there is a problem with the new A20 code. Older bochs bioses do not work at all. -2.96-85 (the 85 is a redhat version number, this includes a lot of patches on the original 2.96) I am working on the network emulation code right now. To ease the installation of drivers and other stuff in the guest os I want to implement the
