From owner-freebsd-emulation Sun Feb 22 15:41:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA06288 for freebsd-emulation-outgoing; Sun, 22 Feb 1998 15:41:09 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA06283 for ; Sun, 22 Feb 1998 15:41:07 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id PAA08809; Sun, 22 Feb 1998 15:39:07 -0800 (PST) Message-Id: <199802222339.PAA08809@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Randall Hopper cc: emulation@FreeBSD.ORG Subject: Re: DOSCMD: Ctrl-Enter doesn't work in Quicken In-reply-to: Your message of "Thu, 29 Jan 1998 18:09:55 EST." <19980129180955.42881@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Feb 1998 15:39:05 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Sorry about the lag here. 8( > I verified that when Ctrl-Enter is hit, the same keycode and scancode pair > are put in the DOSCMD BIOS keyboard buffer as in DOS 6.2 under DEBUG.EXE. > > I also verified the state of the keyboard shift flags in the DOSCMD BIOS seg. > > Oddly, Quicken just doesn't see Ctrl-Enter. "Enter" works, other Ctrl > sequences work, but not Ctrl-Enter. Is this ctrl-enter or ctrl-return? > I guess this might mean that Quicken is relying (at least partially) on > keyboard probes at the port level. (I notice that Quicken sets its own > INT9 KB intr hdlr when it fires up) Is doscmd delivering these interrupts? It's possible that Quicken (for some unknown reason) is keeping its own internal modifier state. (Does it have onscreen key prompts that change as you hit modifiers?) > Any tips on going after this one? Does someone possibly have a keyboard > patch waiting-in-the-wings I could try :-) Sorry, no. 8( > (Unfortunately, Ctrl-Enter is the only way to get out of the > split-transaction dialog in Quicken 5, so I'm motivated to dig into this) Yeep. Any more progress? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Feb 23 10:06:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA09657 for freebsd-emulation-outgoing; Mon, 23 Feb 1998 10:06:48 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA09620 for ; Mon, 23 Feb 1998 10:06:41 -0800 (PST) (envelope-from pb@fasterix.frmug.org) Received: (from uucp@localhost) by frmug.org (8.8.8/frmug-2.2/nospam) with UUCP id TAA12528; Mon, 23 Feb 1998 19:06:23 +0100 (CET) (envelope-from pb@fasterix.frmug.org) Received: (from pb@localhost) by fasterix.frmug.org (8.8.8/8.8.5/pb-19970302) id SAA28396; Mon, 23 Feb 1998 18:56:26 +0100 (CET) Message-ID: <19980223185626.WA28827@@> Date: Mon, 23 Feb 1998 18:56:26 +0100 From: pb@fasterix.freenix.org (Pierre Beyssac) To: luoqi@watermarkgroup.com (Luoqi Chen) Cc: emulation@FreeBSD.ORG Subject: Re: wine 980215 References: <9802182006.AA12541@watermarkgroup.com> X-Mailer: Mutt 0.59.1e Mime-Version: 1.0 In-Reply-To: <9802182006.AA12541@watermarkgroup.com>; from Luoqi Chen on Feb 18, 1998 15:06:08 -0400 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Luoqi Chen writes: > Here's the patch. The diff was taken against win980201, I don't have the > most recent wine980215. Great! It works like a charm with wine980201... It segfaults with wine980215, apparently at the same place it did before (apparently nothing has changed in sysdeps.c between 980201 and 980215) :-( Program received signal SIGSEGV, Segmentation fault. 0x162765 in NtCurrentTeb () at ./sysdeps.c:139 139 __asm__( ".byte 0x64\n\tmovl (%1),%0" (gdb) where #0 0x162765 in NtCurrentTeb () at ./sysdeps.c:139 #1 0x1627bc in THREAD_Current () at ./thread.c:68 #2 0x162d3c in GetCurrentThreadId () at ./thread.c:344 #3 0x15f4b9 in EnterCriticalSection (crit=0x20340070) at ./critsection.c:161 #4 0x88057 in HeapLock (heap=540278784) at ./heap.c:1100 #5 0x87aef in HeapAlloc (heap=540278784, flags=0, size=16) at ./heap.c:885 #6 0x15f2a2 in InitializeCriticalSection (crit=0x20450070) at ./critsection.c:69 #7 0x879a6 in HeapCreate (flags=16777216, initialSize=0, maxSize=0) at ./heap.c:837 #8 0x160ded in PROCESS_Init () at ./process.c:214 #9 0x3c8f7 in main (argc=2, argv=0xefbfd7e0) at ./main.c:64 (gdb) info registers eax 0x27 39 ecx 0x18 24 edx 0x1f 31 ebx 0x20340000 540278784 esp 0xefbfd6a8 0xefbfd6a8 ebp 0xefbfd6a8 0xefbfd6a8 esi 0x10 16 edi 0x20340070 540278896 eip 0x162765 0x162765 eflags 0x10283 66179 cs 0x1f 31 ss 0x27 39 ds 0x201e0027 538837031 es 0xf4360027 -197787609 fs 0x1f 31 gs 0x27 39 -- Pierre Beyssac pb@fasterix.frmug.org pb@fasterix.freenix.org {Free,Net,Open}BSD, Linux : il y a moins bien, mais c'est plus cher Free domains: http://www.eu.org/ or mail dns-manager@EU.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Feb 23 19:31:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27747 for freebsd-emulation-outgoing; Mon, 23 Feb 1998 19:31:50 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id TAA27712 for ; Mon, 23 Feb 1998 19:31:44 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Mon, 23 Feb 1998 22:30:36 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA11327; Mon, 23 Feb 98 22:30:30 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id WAA06525; Mon, 23 Feb 1998 22:30:25 -0500 Message-Id: <19980223223025.24724@ct.picker.com> Date: Mon, 23 Feb 1998 22:30:25 -0500 From: Randall Hopper To: Mike Smith Cc: emulation@FreeBSD.ORG Subject: Re: DOSCMD: Ctrl-Enter doesn't work in Quicken Mail-Followup-To: Mike Smith , emulation@FreeBSD.ORG References: <19980129180955.42881@ct.picker.com> <199802222339.PAA08809@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199802222339.PAA08809@dingo.cdrom.com>; from Mike Smith on Sun, Feb 22, 1998 at 03:39:05PM -0800 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Smith: |> Oddly, Quicken just doesn't see Ctrl-Enter. "Enter" works, other Ctrl |> sequences work, but not Ctrl-Enter. | |Is this ctrl-enter or ctrl-return? Well, in terms of keycaps, both the main block and keypad key are labeled Enter. And booting into MS-DOS directly, Ctrl-Enter in Quicken can be effected by using either Enter key. In terms of X keysyms though, the default "Return" keysym is bound to the main Enter key here, and the "KP_Enter" keysym is bound to the keypad Enter key (verified using xev). |> I guess this might mean that Quicken is relying (at least partially) on |> keyboard probes at the port level. (I notice that Quicken sets its own |> INT9 KB intr hdlr when it fires up) | |Is doscmd delivering these interrupts? It's possible that Quicken (for |some unknown reason) is keeping its own internal modifier state. |(Does it have onscreen key prompts that change as you hit modifiers?) Yes. I have printfs in int09 and see it being called for the Ctrl press/release and the Enter key. The right scan code/key code pair (based on what I see in stand-alone DOS) gets stuffed into the keyboard buffer, and the keyboard modifier byte in segment 0x40 is kept up-to-date. No, nothing on-screen changes when modifier keys are pressed and released. Other Ctrl- sequences seem to work -- something special about that Ctrl-Enter. Maybe the stacked INT 9 hdlr that Quicken's putting on top is doing some translation. |> (Unfortunately, Ctrl-Enter is the only way to get out of the |> split-transaction dialog in Quicken 5, so I'm motivated to dig into this) | |Yeep. Any more progress? Not really. I've been busy with other projects, and have just booted into DOS the few times I've needed Quicken since then. It's still on my things-to-look-into list. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Mon Feb 23 21:14:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA05653 for freebsd-emulation-outgoing; Mon, 23 Feb 1998 21:14:27 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from thelab.hub.org (dyna2-162.acadiau.ca [131.162.2.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA05648 for ; Mon, 23 Feb 1998 21:14:23 -0800 (PST) (envelope-from scrappy@hub.org) Received: from localhost (scrappy@localhost) by thelab.hub.org (8.8.8/8.8.2) with SMTP id BAA11417 for ; Tue, 24 Feb 1998 01:14:19 -0400 (AST) X-Authentication-Warning: thelab.hub.org: scrappy owned process doing -bs Date: Tue, 24 Feb 1998 01:14:18 -0400 (AST) From: The Hermit Hacker To: freebsd-emulation@FreeBSD.ORG Subject: Kudos... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Just some general Kudos to those that did (are working on) the Linux emulation code...its cool when a Linux binary works under FreeBSD, but doesn't under Linux :) The only thing that I don't know if can be fixed (or even matters), but x11amp does generate: sched_setscheduler: Function not implemented It doesn't seem to affect performance or how it operates though... On Tue, 24 Feb 1998, The Hermit Hacker wrote: > On Mon, 23 Feb 1998, James S. Blachly wrote: > > > Okay I sent a message to you guys (the coders) but never got a reply > > *sigh*. 0.65 does STILL not work. I even attatched an strace to my > > message about 0.62 not working. what else do you want me to do? I want > > it to work -- it did at one point in the distant past. > > > > The only thing I can think of that I've done since it last worked was > > install the Oss/free 3.8 sound driver patches into the 2.0.33 kernel. > > Has anyone had any luck with this setup, or running x11amp under linux > > 2.1.x ? 2.1.x should have the ossfree/ 3.8 drivers in by default. > > Well, to put my 2cents worth in... > > Kudos to the developers...0.65 works *beautifully* under FreeBSD > 3.0-CURRENT :) The Spectrum Analyzer even works, which it didn't work in > 0.62. The only "oddity"...I seem to have lost my volume control, but that > can be worked around... > > Great work guys... > > Marc G. Fournier > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-multimedia" in the body of the message > Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Feb 24 15:04:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29339 for freebsd-emulation-outgoing; Tue, 24 Feb 1998 15:04:27 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from charon.fmi.com (uucp@charon.fmi.com [157.33.227.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA29267 for ; Tue, 24 Feb 1998 15:04:22 -0800 (PST) (envelope-from Brendon_Meyer@fmi.com) Received: (from uucp@localhost) by charon.fmi.com (8.8.5/8.6.12) id XAA25010 for ; Tue, 24 Feb 1998 23:04:12 GMT Received: from babylon.nola.fmi.com(157.33.3.49) by charon.fmi.com via smap (V1.3) id xma025006; Tue, 24 Feb 98 23:03:43 GMT Received: from ficrns.crns.fmi.com (ficrns.crns.fmi.com [157.49.1.4]) by babylon.nola.fmi.com (8.6.9/8.6.12) with SMTP id RAA10306 for ; Tue, 24 Feb 1998 17:02:21 -0600 Received: from exsysadm.tpra.fmi.com by ficrns.crns.fmi.com with SMTP id AA01662 (5.65c+/IDA-1.4.4 for ); Wed, 25 Feb 1998 09:03:35 +1000 Received: from fmi.com (localhost.jkta.fmi.com [127.0.0.1]) by exsysadm.tpra.fmi.com (8.8.5/8.8.5) with ESMTP id JAA05684 for ; Wed, 25 Feb 1998 09:01:59 +1000 (EST) Message-Id: <34F35160.8FB9A05E@fmi.com> Date: Wed, 25 Feb 1998 09:01:53 +1000 From: Brendon Meyer Organization: PT Mineserve X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) Mime-Version: 1.0 To: "freebsd-emulation@freebsd.org" Subject: Running SCO filePro 4.x under FreeBSD 2.2.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello ladies and gents, I have minor problem which maybe someone can help me with. What I have been trying to do is to get filePro 4.1 SCO UNIX binaries running under FreeBSD 2.2.5 and have run into a minor "snag" which I am not sure is fixable or circumventable or not. The binaries used are SCO COFF format (result of a "file" on them shows "80386 COFF executable"). What happens when we run any of the "report" or "clerk" series of executables (both "d" and "r" series) what happens is filePro immediately comes up with the error: "Too Many Users" Which is the filePro error message that controls if the application has exceeded it's license limit. Obviously in this case, there are *no* other users running it so what causes it? All of the other utilities such as the dxmaint utility, the freechain utility and other appear to run just fine. When I queried Personix, I got the following response, which while not completely helpful is better than nothing (at least they replied). > If the following is not supported at this time filepro will not work > properly. Full support of shared memory and/or semaphores for SCO > binaries. We would have to modify the code. . I will check to see if > it is in the plans > Now what I did initially before I started was to: 1. Enabled the System V shared memory and Semaphores in the Kernel (SYSVSHM, SYSVSEM & SYSVMSG) 2. Enabled the IBCS2 option in /etc/rc.conf (ibcs2_enable) by setting it to "YES" (Yes I did remember to rebuild and install the Kernel as well :-) ..... and "No" I don't consider that a silly question!) Does anyone have any suggestions? Brendon (Brendon_Meyer@fmi.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Tue Feb 24 15:13:14 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA01402 for freebsd-emulation-outgoing; Tue, 24 Feb 1998 15:13:14 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA01331 for ; Tue, 24 Feb 1998 15:12:58 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id PAA16930; Tue, 24 Feb 1998 15:11:12 -0800 (PST) Message-Id: <199802242311.PAA16930@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Brendon Meyer cc: "freebsd-emulation@freebsd.org" Subject: Re: Running SCO filePro 4.x under FreeBSD 2.2.5 In-reply-to: Your message of "Wed, 25 Feb 1998 09:01:53 +1000." <34F35160.8FB9A05E@fmi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 24 Feb 1998 15:11:11 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > What I have been trying to do is to get filePro > 4.1 SCO UNIX binaries running under FreeBSD 2.2.5 > and have run into a minor "snag" which I am not > sure is fixable or circumventable or not. > > The binaries used are SCO COFF format (result of a > "file" on them shows "80386 COFF executable"). > > What happens when we run any of the "report" or > "clerk" series of executables (both "d" and "r" > series) what happens is filePro immediately comes > up with the error: > > "Too Many Users" > > Which is the filePro error message that controls > if the application has exceeded it's license > limit. Obviously in this case, there are *no* > other users running it so what causes it? Sounds like the license mechanism is failing. How does it work? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Feb 25 01:56:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA16062 for freebsd-emulation-outgoing; Wed, 25 Feb 1998 01:56:02 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from Guard.PolyNet.Lviv.UA (Guard.PolyNet.Lviv.UA [194.44.138.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id BAA16001 for ; Wed, 25 Feb 1998 01:55:53 -0800 (PST) (envelope-from pam@polynet.lviv.ua) Received: (qmail 10780 invoked from network); 25 Feb 1998 09:55:44 -0000 Received: from polynet.lviv.ua (HELO NetSurfer.lp.lviv.ua) (192.168.0.3) by guard.lp.lviv.ua with SMTP; 25 Feb 1998 09:55:44 -0000 Received: (from smap@localhost) by NetSurfer.lp.lviv.ua (8.8.5/8.6.12) id LAA03473 for ; Wed, 25 Feb 1998 11:55:44 +0200 (EET) Message-Id: <199802250955.LAA03473@NetSurfer.lp.lviv.ua> Received: from ws51.lp.lviv.ua(192.168.0.51) by NetSurfer.lp.lviv.ua via smap (V2.0beta) id xma003462; Wed, 25 Feb 98 11:55:17 +0200 Comments: Authenticated sender is From: "Adrian Pavlykevych" To: freebsd-emulation@FreeBSD.ORG Date: Wed, 25 Feb 1998 11:55:18 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: SCO shared libs In-reply-to: <34F35160.8FB9A05E@fmi.com> X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi everybody! Can somebody advise me on where I can possibly get/download all the necessary SCO shared libraries for correct SCO emulation. A list of files and their location on SCO and FreeBSD filesystems would be great too. There is no runing SCO systems in our university to copy files from :-( As far all SCO programs I try to run end with "Abort" message. Any suggestions appreciated. Note: purchasing CD with SCO open server is not an option :-( Best regards, Adrian Pavlykevych System Administrator | State University "Lvivska Polytechnica" Campus Computer Network | 12, St. Bandery str, | Lviv, 290646 tel/fax:+380 (322) 742041 | Ukraine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Wed Feb 25 23:35:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA08010 for freebsd-emulation-outgoing; Wed, 25 Feb 1998 23:35:31 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA08001 for ; Wed, 25 Feb 1998 23:35:30 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id XAA22966; Wed, 25 Feb 1998 23:34:05 -0800 (PST) Message-Id: <199802260734.XAA22966@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Adrian Pavlykevych" cc: freebsd-emulation@FreeBSD.ORG Subject: Re: SCO shared libs In-reply-to: Your message of "Wed, 25 Feb 1998 11:55:18 GMT." <199802250955.LAA03473@NetSurfer.lp.lviv.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 25 Feb 1998 23:34:01 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Can somebody advise me on where I can possibly get/download all the > necessary SCO shared libraries for correct SCO emulation. A list of > files and their location on SCO and FreeBSD filesystems would be > great too. You can't; the SCO libraries are commercial software. > There is no runing SCO systems in our university to copy files from > :-( That's OK; it would be illegal for you to try. > Any suggestions appreciated. > Note: purchasing CD with SCO open server is not an option :-( But the SCO Open Deathtrap CD is only US$20.00, and it has all the libraries you need on it. (If you can find them.) Pedro, do you have one of these disks? Would you like to do the scolib port perhaps? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Feb 26 01:01:41 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA20147 for freebsd-emulation-outgoing; Thu, 26 Feb 1998 01:01:41 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA20142 for ; Thu, 26 Feb 1998 01:01:40 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id AAA23309; Thu, 26 Feb 1998 00:59:59 -0800 (PST) Message-Id: <199802260859.AAA23309@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: The Hermit Hacker cc: freebsd-emulation@FreeBSD.ORG, dufault@hda.com Subject: Re: Kudos... In-reply-to: Your message of "Tue, 24 Feb 1998 01:14:18 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 00:59:58 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > The only thing that I don't know if can be fixed (or even matters), but > x11amp does generate: > > sched_setscheduler: Function not implemented > > It doesn't seem to affect performance or how it operates though... No; this is (sort of) the Linux equivalent of the FreeBSD rtprio stuff. x11amp is attempting to change the scheduling algorithm that's applied to it to improve its chances of keeping up. We had some Posix scheduler stuff done, but I think we fumbled the ball. If Peter Dufault is still around he would be able to answer that better. Peter? -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Feb 26 04:13:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA09626 for freebsd-emulation-outgoing; Thu, 26 Feb 1998 04:13:30 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from hda.hda.com (hda-bicnet.bicnet.net [208.220.66.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA09621 for ; Thu, 26 Feb 1998 04:13:26 -0800 (PST) (envelope-from dufault@hda.hda.com) Received: (from dufault@localhost) by hda.hda.com (8.8.5/8.8.5) id EAA27051; Thu, 26 Feb 1998 04:34:45 -0500 (EST) From: Peter Dufault Message-Id: <199802260934.EAA27051@hda.hda.com> Subject: Re: Kudos... In-Reply-To: <199802260859.AAA23309@dingo.cdrom.com> from Mike Smith at "Feb 26, 98 00:59:58 am" To: mike@smith.net.au (Mike Smith) Date: Thu, 26 Feb 1998 04:34:44 -0500 (EST) Cc: scrappy@hub.org, freebsd-emulation@FreeBSD.ORG, dufault@hda.com X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > > The only thing that I don't know if can be fixed (or even matters), but > > x11amp does generate: > > > > sched_setscheduler: Function not implemented > > > > It doesn't seem to affect performance or how it operates though... > > No; this is (sort of) the Linux equivalent of the FreeBSD rtprio stuff. > x11amp is attempting to change the scheduling algorithm that's applied > to it to improve its chances of keeping up. > > We had some Posix scheduler stuff done, but I think we fumbled the > ball. If Peter Dufault is still around he would be able to answer that > better. > > Peter? I'm half around. I fumbled that ball. There are patches that probably won't apply anymore on freefall. They are too ambitious for the time I have, adding a "level 0" implementation of all new POSIX stuff so that you can test for feature presense and add pieces in via an LKM. I wanted to add everything in one swell foop for consistency. Take a look at the patches and see if you agree I went too far - I think they are in ~ftp/pub/dufault/posix4.tgz. This weekend I'll try to strip out only the scheduler sections and commit that to current. Peter -- Peter Dufault (dufault@hda.com) Realtime development, Machine control, HD Associates, Inc. Safety critical systems, Agency approval To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Feb 26 07:11:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA01630 for freebsd-emulation-outgoing; Thu, 26 Feb 1998 07:11:08 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA01610 for ; Thu, 26 Feb 1998 07:11:05 -0800 (PST) (envelope-from giffunip@asme.org) Received: from giffuni.usc.unal.edu.co ([168.176.3.31]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA14091; Thu, 26 Feb 1998 10:14:06 +0500 Message-ID: <34F585F9.167EB0E7@asme.org> Date: Thu, 26 Feb 1998 10:10:49 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: Mike Smith CC: Adrian Pavlykevych , freebsd-emulation@FreeBSD.ORG Subject: Re: SCO shared libs References: <199802260734.XAA22966@dingo.cdrom.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Mike Smith wrote: > > > Pedro, do you have one of these disks? Would you like to do the scolib > port perhaps? > Yeah, I have one of those but I haven't been able to extract it because SCO's atapi support sucks (I suggested them to "learn" from FreeBSD :-). Anyway although redistributable, their license is for only one user and their files are copyrighted..I don't think we should :(. (Any lawyer around ?) Pedro. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Feb 26 10:00:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA24458 for freebsd-emulation-outgoing; Thu, 26 Feb 1998 10:00:27 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dns.pinpt.com (dns.pinpt.com [205.179.195.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA24451 for ; Thu, 26 Feb 1998 10:00:24 -0800 (PST) (envelope-from schluntz@clicknet.com) Received: from clicknet.com (gatemaster.pinpt.com [205.179.195.65]) by dns.pinpt.com (8.8.7/8.8.7) with ESMTP id JAA14391; Thu, 26 Feb 1998 09:51:43 -0800 (PST) Message-ID: <34F5ACF3.AA5E83F3@clicknet.com> Date: Thu, 26 Feb 1998 17:57:07 +0000 From: "Sean J. Schluntz" Organization: PinPoint Software Corporation X-Mailer: Mozilla 4.04 [en] (X11; U; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: "Pedro F. Giffuni" CC: Mike Smith , Adrian Pavlykevych , freebsd-emulation@FreeBSD.ORG Subject: Re: SCO shared libs References: <199802260734.XAA22966@dingo.cdrom.com> <34F585F9.167EB0E7@asme.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Pedro F. Giffuni wrote: > Mike Smith wrote: > > Pedro, do you have one of these disks? Would you like to do the scolib > > port perhaps? > > > Yeah, I have one of those but I haven't been able to extract it because > SCO's atapi support sucks (I suggested them to "learn" from FreeBSD :-). > Anyway although redistributable, their license is for only one user and > their files are copyrighted..I don't think we should :(. (Any lawyer > around ?) What about a script that will just pull the info you need from the mounted cd? I would like to get the full lib support as well and do own the $20 SCO Openserver cd but don't know where to look (and don't have a spare system to waste by installing it on ;) -Sean To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Feb 26 11:49:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10483 for freebsd-emulation-outgoing; Thu, 26 Feb 1998 11:49:36 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from bachue.usc.unal.edu.co ([168.176.3.20]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10335 for ; Thu, 26 Feb 1998 11:49:03 -0800 (PST) (envelope-from giffunip@asme.org) Received: from giffuni.usc.unal.edu.co ([168.176.3.49]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with SMTP id AAA14296; Thu, 26 Feb 1998 14:52:12 +0500 Message-ID: <34F5C4BA.41C67EA6@asme.org> Date: Thu, 26 Feb 1998 14:38:34 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.5-RELEASE i386) MIME-Version: 1.0 To: "Sean J. Schluntz" CC: freebsd-emulation@FreeBSD.ORG Subject: Re: SCO shared libs References: <199802260734.XAA22966@dingo.cdrom.com> <34F585F9.167EB0E7@asme.org> <34F5ACF3.AA5E83F3@clicknet.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I was going to say no, but I just discovered SCO's distribution is composed of cpio balls. I'm making no promises, but I'll try to build a port that fetches the cpio balls from the CD and extracts them. Anyone knows which files are absolutely necesary? Where do I put them /compat/ibcs/* ? If someone wants to port [Open]NetBSD's SVR4 emulation to current, it WOULD be a great motivation for me (it seems difficult to separate the COFF and ELF libraries from a CPIO file :). Pedro. Sean J. Schluntz wrote: > ... > > What about a script that will just pull the info you need from the > mounted cd? I would like to get the full lib support as well and do own > the $20 SCO Openserver cd but don't know where to look (and don't have a > spare system to waste by installing it on ;) > > -Sean > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-emulation" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Thu Feb 26 20:20:40 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA12523 for freebsd-emulation-outgoing; Thu, 26 Feb 1998 20:20:40 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA12516 for ; Thu, 26 Feb 1998 20:20:35 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id UAA26066; Thu, 26 Feb 1998 20:17:24 -0800 (PST) Message-Id: <199802270417.UAA26066@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Pedro F. Giffuni" cc: Mike Smith , Adrian Pavlykevych , freebsd-emulation@FreeBSD.ORG Subject: Re: SCO shared libs In-reply-to: Your message of "Thu, 26 Feb 1998 10:10:49 EST." <34F585F9.167EB0E7@asme.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 26 Feb 1998 20:17:24 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Mike Smith wrote: > > Pedro, do you have one of these disks? Would you like to do the scolib > > port perhaps? > > > Yeah, I have one of those but I haven't been able to extract it because > SCO's atapi support sucks (I suggested them to "learn" from FreeBSD :-). Heh. I had no end of grief with it as well. > Anyway although redistributable, their license is for only one user and > their files are copyrighted..I don't think we should :(. (Any lawyer > around ?) I was not suggesting it should be *packaged*, I just wanted a port so I could say "mount your cdrom on /cdrom and install the port", and the port would go find the cdrom, extract the libs and plaster them where they belonged. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Feb 27 15:24:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA24691 for freebsd-emulation-outgoing; Fri, 27 Feb 1998 15:24:12 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA24569 for ; Fri, 27 Feb 1998 15:23:43 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id PAA29371; Fri, 27 Feb 1998 15:20:25 -0800 (PST) Message-Id: <199802272320.PAA29371@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Peter Dufault cc: mike@smith.net.au (Mike Smith), scrappy@hub.org, freebsd-emulation@FreeBSD.ORG Subject: Re: Kudos... In-reply-to: Your message of "Thu, 26 Feb 1998 04:34:44 EST." <199802260934.EAA27051@hda.hda.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 27 Feb 1998 15:20:23 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > > > > The only thing that I don't know if can be fixed (or even matters), but > > > x11amp does generate: > > > > > > sched_setscheduler: Function not implemented > > > > > > It doesn't seem to affect performance or how it operates though... > > > > No; this is (sort of) the Linux equivalent of the FreeBSD rtprio stuff. > > x11amp is attempting to change the scheduling algorithm that's applied > > to it to improve its chances of keeping up. > > > > We had some Posix scheduler stuff done, but I think we fumbled the > > ball. If Peter Dufault is still around he would be able to answer that > > better. > > > > Peter? > > I'm half around. I fumbled that ball. We all fumbled it. Put the scourge away. 8) > There are patches that probably won't apply anymore on freefall. > They are too ambitious for the time I have, adding a "level 0" > implementation of all new POSIX stuff so that you can test for > feature presense and add pieces in via an LKM. Is the original submitter still around? Jordan was agonising over not having run with his work as-was the other night. > I wanted to add everything in one swell foop for consistency. Take > a look at the patches and see if you agree I went too far - I think > they are in ~ftp/pub/dufault/posix4.tgz. I don't actually think this *does* go too far. I certainly see the value in consistency, and in particular if we haven't completely dispirited the original author, they're more likely to look after it if we adopt their entire design. > This weekend I'll try to strip out only the scheduler sections and > commit that to current. I'd go with the whole thing. You'll want to stick your copyright in there &c. The system call question you ask; I would go with option 3. The only existing implementation I was able to find was theirs, and unless there is a major difficulty with implementing that model, it would make maintaining compatability somewhat easier. Thanks, and it's good to know you're still around! -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Feb 27 15:30:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA26756 for freebsd-emulation-outgoing; Fri, 27 Feb 1998 15:30:45 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from dingo.cdrom.com (dingo.cdrom.com [204.216.28.145]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA26662 for ; Fri, 27 Feb 1998 15:30:25 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.8.8/8.8.5) with ESMTP id PAA29418; Fri, 27 Feb 1998 15:28:27 -0800 (PST) Message-Id: <199802272328.PAA29418@dingo.cdrom.com> X-Mailer: exmh version 2.0zeta 7/24/97 To: Randall Hopper cc: Mike Smith , emulation@FreeBSD.ORG Subject: Re: DOSCMD: Ctrl-Enter doesn't work in Quicken In-reply-to: Your message of "Mon, 23 Feb 1998 22:30:25 EST." <19980223223025.24724@ct.picker.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 27 Feb 1998 15:28:24 -0800 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Mike Smith: > |> Oddly, Quicken just doesn't see Ctrl-Enter. "Enter" works, other Ctrl > |> sequences work, but not Ctrl-Enter. > | > |Is this ctrl-enter or ctrl-return? > > Well, in terms of keycaps, both the main block and keypad key are labeled > Enter. And booting into MS-DOS directly, Ctrl-Enter in Quicken can be > effected by using either Enter key. OK, so there are actually two different ctrl-key sequences that it will accept, and neither of them work? > |> I guess this might mean that Quicken is relying (at least partially) on > |> keyboard probes at the port level. (I notice that Quicken sets its own > |> INT9 KB intr hdlr when it fires up) > | > |Is doscmd delivering these interrupts? It's possible that Quicken (for > |some unknown reason) is keeping its own internal modifier state. > |(Does it have onscreen key prompts that change as you hit modifiers?) > > Yes. I have printfs in int09 and see it being called for the Ctrl > press/release and the Enter key. The right scan code/key code pair (based > on what I see in stand-alone DOS) gets stuffed into the keyboard buffer, > and the keyboard modifier byte in segment 0x40 is kept up-to-date. OK. > No, nothing on-screen changes when modifier keys are pressed and released. > Other Ctrl- sequences seem to work -- something special about that > Ctrl-Enter. Maybe the stacked INT 9 hdlr that Quicken's putting on top is > doing some translation. What translation is there to do? If you're behaving like the BIOS, and calling int9 before you stuff the buffer, I'm somewhat baffled. > |> (Unfortunately, Ctrl-Enter is the only way to get out of the > |> split-transaction dialog in Quicken 5, so I'm motivated to dig into this) > | > |Yeep. Any more progress? > > Not really. I've been busy with other projects, and have just booted into > DOS the few times I've needed Quicken since then. It's still on my > things-to-look-into list. Fair enough. Let us know how you go. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Fri Feb 27 15:44:51 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA29855 for freebsd-emulation-outgoing; Fri, 27 Feb 1998 15:44:51 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA29845 for ; Fri, 27 Feb 1998 15:44:46 -0800 (PST) (envelope-from rhh@ct.picker.com) Received: from ct.picker.com by whqvax.picker.com with SMTP; Fri, 27 Feb 1998 18:43:38 -0500 (EST) Received: from elmer.ct.picker.com by ct.picker.com (4.1/SMI-4.1) id AA27220; Fri, 27 Feb 98 18:43:33 EST Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id SAA18396; Fri, 27 Feb 1998 18:43:26 -0500 Message-Id: <19980227184325.10769@ct.picker.com> Date: Fri, 27 Feb 1998 18:43:25 -0500 From: Randall Hopper To: Mike Smith Cc: emulation@FreeBSD.ORG Subject: Re: DOSCMD: Ctrl-Enter doesn't work in Quicken Mail-Followup-To: Mike Smith , emulation@FreeBSD.ORG References: <19980223223025.24724@ct.picker.com> <199802272328.PAA29418@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199802272328.PAA29418@dingo.cdrom.com>; from Mike Smith on Fri, Feb 27, 1998 at 03:28:24PM -0800 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org |> |Is this ctrl-enter or ctrl-return? |> |> Well, in terms of keycaps, both the main block and keypad key are labeled |> Enter. And booting into MS-DOS directly, Ctrl-Enter in Quicken can be |> effected by using either Enter key. | |OK, so there are actually two different ctrl-key sequences that it will |accept, and neither of them work? Right. Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message From owner-freebsd-emulation Sat Feb 28 13:39:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21770 for freebsd-emulation-outgoing; Sat, 28 Feb 1998 13:39:24 -0800 (PST) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from mx-poa.nutecnet.com.br (mx-poa.nutecnet.com.br [200.248.149.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA21763 for ; Sat, 28 Feb 1998 13:39:19 -0800 (PST) (envelope-from alfasite@nutecnet.com.br) Received: from home (dl0160-jpa.jpa.nutecnet.com.br [200.241.207.160]) by mx-poa.nutecnet.com.br (8.8.5/SCA-6.6) with SMTP id TAA28375 for ; Sat, 28 Feb 1998 19:40:39 -0300 (EST) From: "Carlos Roberto" To: Subject: access video memory Date: Sat, 28 Feb 1998 18:32:33 -0300 Message-ID: <01bd4490$6113aa20$a0cff1c8@home> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0009_01BD4477.3BC67220" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0009_01BD4477.3BC67220 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I would know how to access video memory using an assembler instruction. = Thank you.=20 Carlos Roberto. ------=_NextPart_000_0009_01BD4477.3BC67220 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
I would know how to access video memory = using an=20 assembler instruction. Thank you.
    Carlos=20 Roberto.
------=_NextPart_000_0009_01BD4477.3BC67220-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message