VOGONS

Common searches


Search results

Display options

Re: Automating dos FDISK and FORMAT

But I don't want to execute fdisk if the drive exists but dos reports a media error when I do something with the drive (like a dos dir for instance) I don't understand, are you saying you want to do some kind of check before you run FDISK? In any case I don't know if the commands you're using are " …

Re: Coding help

Ok, so I think I'm getting the hang of this old school coding. I'm still having some problems using some of the C++ standards in the STLport for the DIgital Mars compiler, such as string and cout (lots of errors about bad header references in the iostream.h file). Did you get these sorted out? And …

Re: Scripted/Automated Installs for DOS CD-ROM games (e.g. Id's DEICE)

in DOS
This sounds nice! I've been working on doing something similar for OSes (DOS, Windows 3.1/3.11, Windows 9x/Me) plus their drivers. It's meant trying to find AutoHotkey-alikes, or in the case of Windows 95 RTM, just hacking AutoHotkey itself. I haven't tried automating those particular installers, …

Re: PSCSI Disk Emulation success!

in PC Emulation
The huge number of resets seems to be related to the SCSI HBA I'm using for the initiator, since with different ones I only get 1 or 2, but I don't think that they are actually a problem. I did have some success, and it seems like my problems are related more to what software is running on the …

Re: PSCSI Disk Emulation success!

in PC Emulation
I noticed in /usr/src/sys/conf/NOTES (if I recall the path correctly) that there is a setting to make something (CAM? the target layer?) only respond after X number of milliseconds, so I'm considering trying that to see if maybe it helps me to get an idea of what is going on. Unfortunately I was …

Re: PSCSI Disk Emulation success!

in PC Emulation
I also have a Fibre-Channel router/bridge that should allow me to use plain old SCSI like your setup. I had a brief look around for such a product recently and it didn't seem like there's anything available that is relatively cheap. Do you know of any, or does one just need to get a lucky find on …

Re: PSCSI Disk Emulation success!

in PC Emulation
I would bring up your FreeBSD 12 box, not run the scsi_target, and see if you get reset spam on the bus in dmesg when you boot the other machine. I've done that a few times, and just get a single "Someone reset channel A" message each time. I noticed in /usr/src/sys/conf/NOTES (if I recall the path …

Re: PSCSI Disk Emulation success!

in PC Emulation
Adaptec PSCSI cards When you say "PSCSI" do you mean "parallel SCSI"? I don't think that "PSCSI" is a conventional abbreviation for that, is it? I found an interesting discussion here about someone having issues with FreeBSD target mode, and this actually included a lot of helpful info for getting …

Re: Patch: Debugger improvements: F3 key and "MCBS"

G'day, Some small things: Bit32u dataAddr = (dataSeg<<4) + dataOfs; We have functions and typedefs for this kind of stuff. Oh yes, when I just looked I saw PhysMake(), however I'm pretty sure that when I'd looked previously I'd just seen the shift and add style code I used above. I much prefer the …

Re: DOSBox debugger

Hi Qbix, hehe. I'll compile one day. :) creating that installer is most of the work though :) What software are you using to generate the installer? It should be possible to make the installer generation a simple 'make' target, .bat file or something like that, assuming a suitable installer …

Page 21 of 22