ados, an OS for NES and x86

This forums is for OS project announcements including project openings, new releases, update notices, test requests, and job openings (both paying and volunteer).
Post Reply
erana
Posts: 1
Joined: Fri Apr 25, 2014 4:57 am

ados, an OS for NES and x86

Post by erana »

Hi,

I started developing an OS called ados for the x86 and also wrote extra code for using it on the NES (Nintendo Entertainment System, 6502 processor.)

Features are :
. task management
. character read-only printing
. ATAPI read master and slave devices (NES)
. malloc, memset, memcpy
. screen and other latches with some support code

libc.rogue provided at https://github/v-zor/libc.rogue (derived from OpenBSD.)

It runs in QEMU-i386 and is available here : https://sf.net/projects/ados-os

The NES version is at http://sf.net/projects/ados-os-nes and is the main development area at this time of writing. It uses the cc65 compiler.

Have fun with it,
erana
User avatar
FelixBoop
Posts: 13
Joined: Thu Apr 24, 2014 1:35 pm

Re: ados, an OS for NES and x86

Post by FelixBoop »

Looks interesting.
SAUCE CD IV - The most schwaaay OS.
Post Reply