RE: [LONG and TECHNICAL] RE: microwindows fonts

1999-06-28 Thread Greg Haerr
[bytes and bytes of technical data deleted] : I'm not sure about a converter, but this should give you something to : build upon, I hope. : : -Darran (minefiled of useless information) : Interesting typo above. Darran - you're an animal of technical information! I don't

[LONG and TECHNICAL] RE: microwindows fonts

1999-06-28 Thread Anonymous
> -Original Message- > Does anyone know how to convert .pcf files to, say bdf? > I've found bdftopcf, but I only know how to convert bdf files > to micro-windows currently. PCF files, like SNF files, are binary files, but the format is portable across architectures. The data is stor

Re: microwindows fonts

1999-06-28 Thread Anonymous
On Mon, 28 Jun 1999, Greg Haerr wrote: > I'm trying to get some more non-copyrighted fonts for micro-windows > use. I've found a good rom alternative, vga.pcf, which is part of the > dosemu distribution. > Does anyone know how to convert .pcf files to, say bdf? > I've found bdftopcf, but

RE: microwindows fonts

1999-06-28 Thread Anonymous
: I dunno about pcf -> bdf conversion, but if you'd like to use the wealth : of Linux Console fonts out there, I've written a PSF/ROM font image -> BDF : converter. It's at http://www.nmt.edu/~bsittler/convfont/convfont.c, and : it's in the public domain. Cool. I'll take a look at it,

RE: ELKS problems

1999-06-28 Thread Luke (boo) Farrar
On Mon, 28 Jun 1999, Greg Haerr wrote: > On Monday, June 28, 1999 1:37 PM, David Murn [SMTP:[EMAIL PROTECTED]] wrote: > : On Mon, 28 Jun 1999, Greg Haerr wrote: > : > : > I can't get Micro-Windows to work with the serial mouse driver. > : > It appears there's still possibly a bug in select(

RE: ELKS problems

1999-06-28 Thread Greg Haerr
On Monday, June 28, 1999 1:37 PM, David Murn [SMTP:[EMAIL PROTECTED]] wrote: : On Mon, 28 Jun 1999, Greg Haerr wrote: : : > I can't get Micro-Windows to work with the serial mouse driver. : > It appears there's still possibly a bug in select(). Basically, the : > mouse works for about 1 seco

RE: ELKS problems

1999-06-28 Thread Greg Haerr
On Monday, June 28, 1999 1:37 PM, David Murn [SMTP:[EMAIL PROTECTED]] wrote: : On Mon, 28 Jun 1999, Greg Haerr wrote: : : > I can't get Micro-Windows to work with the serial mouse driver. : > It appears there's still possibly a bug in select(). Basically, the : > mouse works for about 1 seco

Re: ELKS problems

1999-06-28 Thread David Murn
On Mon, 28 Jun 1999, Greg Haerr wrote: > I can't get Micro-Windows to work with the serial mouse driver. > It appears there's still possibly a bug in select(). Basically, the > mouse works for about 1 second and then freezes. As I read this, the first thing that pops into my head is that

Re: ELKS Emulation causes instability?

1999-06-28 Thread David Murn
On Mon, 28 Jun 1999, Chris Starling wrote: > Is there a better, more stable way to do ELKS emulation? Is running ELKS in vmware, or dosemu an option? This is how most development is done I think, and it means that you can test in the real ELKS rather than an emulator. Davey

RE: microwindows fonts

1999-06-28 Thread Anonymous
On Monday, June 28, 1999 12:43 PM, Michael Hope [SMTP:[EMAIL PROTECTED]] wrote: : > I'm trying to get some more non-copyrighted fonts for micro-windows : > use. I've found a good rom alternative, vga.pcf, which is part of the : > dosemu distribution. : : A PCF font is pretty much a compiled form

RE: ELKS Emulation causes instability?

1999-06-28 Thread Anonymous
On Monday, June 28, 1999 12:25 PM, Chris Starling [SMTP:[EMAIL PROTECTED]] wrote: : > This is interesting, I was just getting ready to do this myself. I'm :running 2.2.5. : > I would be interested in knowing whether you crash after loading the module, but :never : > having run an elks b

Re: microwindows fonts

1999-06-28 Thread Anonymous
> I'm trying to get some more non-copyrighted fonts for micro-windows > use. I've found a good rom alternative, vga.pcf, which is part of the > dosemu distribution. A PCF font is pretty much a compiled form of a BDF font. I have some documentation on the file format and some code I wrote to con

ELKS signal bugs

1999-06-28 Thread Greg Haerr
Al, In using ELKS v0.77, it's apparent that ^C console signals work about 50% of the time. I was going to get involved in tracking this down, but have some questions first. Does ELKS use interrupt driven keyboard input? You were saying something about tty input chars being checke

ELKS problems

1999-06-28 Thread Greg Haerr
Al, I worked on getting up to date this weekend on the linux-86 devkit (v0.14.8) and ELKS (v0.77). After quite a few compile time problems, I got everything compiling and working. I'll detail the problems later, and submit a patch. I can't get Micro-Windows to work with the seri

Re: ELKS Emulation causes instability?

1999-06-28 Thread Anonymous
> This is interesting, I was just getting ready to do this myself. I'm >running 2.2.5. > I would be interested in knowing whether you crash after loading the module, but >never > having run an elks binary. In other words, is it just the loading or rather the >execution > of the emulat

Re: Compiling elkscmd

1999-06-28 Thread Blaz Antonic
Thomas D Stewart wrote: > > I downloaded dev and elks to make the kernal. Made and ran the kernal > with no probs. > I then downloaded elkscmd and tryed to compile it, i am pritty new to > linux so i am not sure what is wrong. > These are the errors that i get when i do "make all":- Thomas D. St

microwindows fonts

1999-06-28 Thread Greg Haerr
I'm trying to get some more non-copyrighted fonts for micro-windows use. I've found a good rom alternative, vga.pcf, which is part of the dosemu distribution. Does anyone know how to convert .pcf files to, say bdf? I've found bdftopcf, but I only know how to convert bdf files to micro-wi

Micro-Windows version 0.82

1999-06-28 Thread Greg Haerr
I will be releasing another update to Micro-Windows shortly. This version will contain the following additions/enhancements: o Single makefile for ELKS and Linux makes. Previously, three makefiles had to be modified for ELKS vs Linux making. Fixed bogus . o Single makefile for

RE: ELKS Emulation causes instability?

1999-06-28 Thread Greg Haerr
: I added the line to my rc.local file to echo "i-elks:" ..blah, blah.. : "/proc/sys/fs/binfmt_misc/register" so I could try out the binaries I compile : with bcc. However, my machine doesn't seem to be able to stay up for more than : a day before kswapd dies and the whole system crashes. It ha

RE: Compiling elkscmd

1999-06-28 Thread Greg Haerr
: make[1]: Entering directory `/usr/src/elkscmd/sys_utils' : bcc -0 -O -ansi -s init.c utent.o -o init -H 9A4 : ld86: warning: _utmpname redefined in file : /usr/bcc/lib/bcc/i86/libc.a(utent.o); using definition in utent.o : ld86: warning: _setutent redefined in file : /usr/bcc/lib/bcc/i86/libc.

ELKS Emulation causes instability?

1999-06-28 Thread Anonymous
Has anyone else added the ELKS emulation to their Linux system and noticed any stability problems? I added the line to my rc.local file to echo "i-elks:" ..blah, blah.. "/proc/sys/fs/binfmt_misc/register" so I could try out the binaries I compile with bcc. However, my machine doesn't seem to be

Compiling elkscmd

1999-06-28 Thread Thomas D Stewart
I downloaded dev and elks to make the kernal. Made and ran the kernal with no probs. I then downloaded elkscmd and tryed to compile it, i am pritty new to linux so i am not sure what is wrong. These are the errors that i get when i do "make all":- make[1]: Entering directory `/usr/src/elkscmd/sys

Re: Can someone explain (or point me towards an explaination for) the

1999-06-28 Thread Anonymous
Simon Wood writes: > > Hello all and sundry, > > I'm still plugging away at the Psion port (this weekend didn't see much work > as it took all of Saturday to put 2 IKEA shelves together, but I did get the > kernel relocating itself to somewhere sensible). > > Next is the 'disk drives' and t

Re: Can someone explain (or point me towards an explaination for) the

1999-06-28 Thread Anonymous
> Next is the 'disk drives' and this is where I'm a little lost. Current > system uses the block drivers for disk access (presumably because the > hardware is slow mechanical stuff) and registers interrupts for when data is > ready (is this right?). It doesn't have to > The Psion SSD (memory

Can someone explain (or point me towards an explaination for) the block drivers....

1999-06-28 Thread Simon Wood
Hello all and sundry, I'm still plugging away at the Psion port (this weekend didn't see much work as it took all of Saturday to put 2 IKEA shelves together, but I did get the kernel relocating itself to somewhere sensible). Next is the 'disk drives' and this is where I'm a little lost. Curr