VOGONS

Common searches


Search results

Display options

Re: MS-DOS 4.00 is now open source

And the source can't compile. Additional details here: https://lunduke.locals.com/post/5565411/ms-dos-4-0-source-code-fails-to-compile The two files mentioned to break the build, GETMSG.ASM and USA.INF do not have "random, unexplained corruption", but have obviously been mistreated while being …

Re: Drivers/Questions about ESS488

Unfortunately, the only cd drive I have to test is an internal LG one from 2000. Interesting though that they look the same. A drive from 2000 with a 40-pin connector surely has an IDE interface as you already correctly identified. The connectors of drives using the old Mitsumi and Matsushita/ …

Re: 16-bit ISA EGA card?

Grzyb wrote on 2024-04-27, 14:55: OK, multisync monitors had switches like 3/8/16/64 colors: My EIZO 9050S also has an "auto" setting that does the 16/64 switch like the IBM 5154. If you don't use auto, you can choose 8/16 IBM/16 AT&T/64 manually, with the difference between 16 IBM and 16 AT&T …

Re: Drivers/Questions about ESS488

Good to know! As for the cdrom port, could I just add an IDE cd-rom drive to it? Or would I have to stick it into the parallel port? No chance to get IDE drives running with that card. IDE drives use 16 data bits, and the card is an 8-bit card. As the CD-ROM port has 40 pins (like IDE), it might be …

Re: MS-DOS 4.00 is now open source

Pretty cool. Looking forward to seeing 3.3 and 5.0 source also released someday. That will get us a really usable open source DOS. Maybe modern day assembly wizards can improve and optimize it. I suspect that Microsoft did not release the DOS versions that have the most commercial value on source, …

Re: Pentium PRO?

Technically it is possible for a VLB device to appear as a PCI one, by listening PCI conf mechanism accesses and responding to them as if it was a PCI device. This idea is similar to how the 3c509 can be set into EISA mode and configured using the ECU by listening to the EISA configuration …

Re: Drivers/Questions about ESS488

Sbdetect and hwinfo are helpful programs to have around, but they both give me A240 as the I/O port, different from what people here have been telling me. Any reason for this? Or just something to not worry about This means that you should shuffle the JP1 jumpers until they give you A220. A220 is …

Re: Drivers/Questions about ESS488

Wow! Thanks for that! Should I redo the continuity without the jumpers? No need to do so. As I have enough experience with analyzing cards, I could easily deduce the effect of the jumpers. I just meant this as general hint if you want to practice to trace stuff this yourself, it's easier to …

Re: Drivers/Questions about ESS488

Alright! So I've tested the continuity and came back with a (probably) poor way of showing it. I don't know if I did this correctly? Let's see: Yellow: IRQ2 Green: DACK3 Cyan: DRQ3 Red: DACK1 Orange: DRQ1 Blue: IRQ7 Purple: IRQ5 Pinl: IRQ3 It would have made interpretation slightly easier for …

Re: Looking for help with analyzing disassembled code->

in Milliways
Also, how I am going to figure out the application code if I don't know what C function's they're calling or what part of the binary is application code? As a DOS EXE file does not contain any kind of function name information, all names displayed by IDA (like _open or __dtoxmode ) are there …

Re: Looking for help with analyzing disassembled code->

in Milliways
Whether double or single underscores, I prefer to have at least some idea what a function does so I know whether or not it's worth paying attention to later on. It may very well turn out to be way too hard, but I'd like to try modifying Cartooners and see what I can make it do. I understand the …

Page 4 of 135