bios timecounter in doscmd

2001-08-13 Thread Igor Serikov
Hello, As I found, I have overlooked a routine updating bios 0x6c 0x70 fields. It is in function video_update (module tty.c): *(u_long *)BIOSDATA[0x6c] += 1;/* Timer ticks since midnight... */

doscmd

2001-03-25 Thread Igor Serikov
Hello, Does someone maintain/develop doscmd ? It looks like there were no more commits since 1999... Igor. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

doscmd pci bios support

2000-12-04 Thread Darrell Anderson
I've added some pci bios support to doscmd in an effort to initialize a Maestro-3i via essaudio.com. The new code is derived from the Linux dosemu, which executes essaudio.com correctly. It works enough to probe the pci bios, find, and interact with the correct device. essaudio.com does

Re: FBSDBOOT.EXE, Vi and DosCMD.

2000-06-19 Thread andrew
On Sun, 18 Jun 2000, Gustavo Pamplona wrote: How can I use FBSDBOOT.EXE? When I try to use it, it give me a error of It doesn't work with ELF kernels. Check the archives. Vi, the editor, one dumb question, is there a way to select more text than one line? The command 'yy' only select one

FBSDBOOT.EXE, Vi and DosCMD.

2000-06-18 Thread Gustavo Pamplona
t the text, been after I press 'y' to select 'yank the lines' I know the version of Vi of Slackware is different from my Vi of FreeBSD. Do I need to install another version? Or, what is the correct key? DosCMD - Again, I know I ought to post this to emulation mailing list. How can I use it? I saw is

Re: FBSDBOOT.EXE, Vi and DosCMD.

2000-06-18 Thread Kelly Yancey
different from my Vi of FreeBSD. Do I need to install another version? Or, what is the correct key? I'm not familiar with Slackware, but I would bet they replaced vi with vim as is all the rage these days. Try installing the editors/vim port. DosCMD - Again, I know I ought to post this to

Re: FBSDBOOT.EXE, Vi and DosCMD.

2000-06-18 Thread Gustavo Pamplona
At 14:17 18/06/00 -0700, you wrote: On Sun, 18 Jun 2000, Gustavo Pamplona wrote: Hi, BSDusers. I know I ought to post these 2 questions to questions mailing list. Yes, you ought to have. How can I use FBSDBOOT.EXE? When I try to use it, it give me a error of "Invalid Format!", I

doscmd under FreeBSD 4.0 20000214-SNAP

2000-03-08 Thread Alexey N. Dokuchaev
Hi! There's a problem. I'm trying to run ${SUBJ} unsing MSDOS 6.22 bootable diskette, with .doscmdrc file from man doscmd(1). That's what I get: Unknown interrupt 15 function 4101 Unknown interrupt 15 function 8796 doscmd: fatal error int16 func 0x1 only supported in X mode If I try to run

Re: doscmd under FreeBSD 4.0 20000214-SNAP

2000-03-08 Thread Sam Leffler
support (e.g. SCSI or CD-ROM). When I hit this I got further by running doscmd w/ the -x option; sounds like that's not an option for you (though beware I was running on BSD/OS 4.0 and not FreeBSD). If you want to learn about this sort of stuff get a copy of The Undocumented PC. I'd be interested

Re: doscmd under FreeBSD 4.0 20000214-SNAP

2000-03-08 Thread Warner Losh
In message 084c01bf8928$62a968f0$0132a8c0@MELANGE "Sam Leffler" writes: : I'd be interested in talking to anyone that's successfully using doscmd to : do anything. I want to use it to run a DOS app that communicates with a : Panasonic KSU but can't seem to get keyboard input to work