Re: OS development

1999-09-07 Thread Tracy Camp (Hurrah)
Also a facinating book called the "developement of the BSD 4.4 operating system" not much around that talks about non-unix OSes though. On Tue, 7 Sep 1999, Matthew Kirkwood wrote: On Tue, 7 Sep 1999 [EMAIL PROTECTED] wrote: Does anybody on the list know where some docs, HOWTO's, books,

Re: C Compiler for Apple II+

1999-05-28 Thread Tracy Camp (Hurrah)
What you want is not unix, you want AS/OS65 (search yahoo - don't remember the URL), but its multitasking, has job control, threads AND a tcp/ip stack. Mostly targetted towards c64 machines (also 6502 - actually 6510) but is nicely portable and wouldn't be hard to port to a apple][x t. On

Re: Mail List Archives? Term program?

1999-04-15 Thread Tracy Camp (Hurrah)
On Thu, 15 Apr 1999, Chris Starling wrote: What happened to the mailing list archives? if they indeed did disappear I'd volunteer to make them available on my server if somebody happens to have them. Tracy Camp 503.380.3218 Hurrah

Re: ELKS Networking

1999-04-13 Thread Tracy Camp (Hurrah)
: On Mon, 12 Apr 1999, Tracy Camp (Hurrah) wrote: there is some VERY small TCP/IP code (6502 assembler) as part of AS/OS65 which as an entire OS fits in something like 20K. The assember code wouldn't be overly useful in and of itself, but it would be interesting as an example of how

Re: ELKS Networking

1999-04-13 Thread Tracy Camp (Hurrah)
If you know anything about network cards I'm sure you'll be a help! Porting a few of the major card drivers from linux should be do-able, but the kernel internals should be the hard bit. The actual TCP/IP bit looks ok though. I could attempt a western digital port. This is a really nice card