I don't post. I just read the news on my site. See this topic: viewtopic.php?f=6&t=9839What do you go by on there, since I haven't seen Dog Cow as a name on any messages.
Dean
I don't post. I just read the news on my site. See this topic: viewtopic.php?f=6&t=9839What do you go by on there, since I haven't seen Dog Cow as a name on any messages.
Dean
Yeah I saw that thread. It looked like a simple way to check up on CSA2 and some of the other groups I read if Google Groups goes down, which it has done from time to time. I've also looked over your site in general and like the looks of it. When will you be posting the Apple II stuff on there that you have?I don't post. I just read the news on my site. See this topic: viewtopic.php?f=6&t=9839
Hopefully in July or August. I need to update the Vault page, though. I've done more work since May.When will you be posting the Apple II stuff on there that you have?
Yeah, and the nice thing is that I get my news from a Dutch news server which doesn't censor the email addresses and all the other annoying things that Google does. xx(It looked like a simple way to check up on CSA2 and some of the other groups I read if Google Groups goes down,
FreeRTOS.org is a scaleable real time kernel designed specifically for small embedded systems.
I think you might be underestimating the requirements for a UNIX like OS. An 8Mhz 68000 struggles, so how a 6502 is supposed to cope I'm not sure.Might want to investigate Minix. It's designed for teaching OS design, so even if a porting effort failed, it would be an educational fail. It is to some extent unix-like.
Is it more limited than a PDP-7? I've no idea what kind of comparison that would be...I think you might be underestimating the requirements for a UNIX like OS. An 8Mhz 68000 struggles, so how a 6502 is supposed to cope I'm not sure.
Took me a bit to figure out what that meant.csa2p
Bah, that's like MachTen or Mac06 on the Mac. Doesn't count!Ah, but that would be the easy route, plus there's already GNO/ME.
The WDC 65816 (also: 65C816), a 16-bit microprocessor CPU developed by the Western Design Center (WDC), is an expanded and compatible successor to the venerable MOS Technology 6502. The number 65 in the 65816's name comes from the 6502 compatibility, and 816 signifies that it can work in both 8 and 16 bit modes.isnt the GS 16 bit?
The original QNX ran on 8088. It used the 8086 segmented model so a single process could use a maximum of 64k code+data+stack combined. And fork() really worked because it simply copied the whole proces image and used different segment register values. All pointers were, and had to be 16 bit ( AKA small model ). Processes could also be moved in memory. There was no memory protection at all and if you used assembler you could easily trash the system.The PDP-7 was an 18-bit machine. Has a "real Unix" ever been developed for any 8- or 16-bit machine? Doesn't seem a big stretch to run in 16 bits.
No, it was 16bit but could address 256Mb of memory with 18 address lines. A 6502 has 16 address lines but that doesn't make it a 16bit computer. If you went by that argument an 8086 was a 19bit computer and an 8088 was a 20bit computer.The PDP-7 was an 18-bit machine.
My comment was based on what I read about it on Wikipedia, etc. I've never even seen a PDP-7.No, it was 16bit but could address 256Mb of memory with 18 address lines. A 6502 has 16 address lines but that doesn't make it a 16bit computer. If you went by that argument an 8086 was a 19bit computer and an 8088 was a 20bit computer.