User:Erana/ADOS NES: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(Created page with "ADOS-NES is an operating system which can be developed for hardware hacking the NES. Features are memcpy,memset,malloc, task management making it a multi-tasking operating sys...")
 
m (Rainwarrior moved page ADOS NES to User:Erana/ADOS NES: relocate project to user space)
 
(No difference)

Latest revision as of 23:26, 17 March 2023

ADOS-NES is an operating system which can be developed for hardware hacking the NES. Features are memcpy,memset,malloc, task management making it a multi-tasking operating system, ATAPI CDROM read, two read-only character terminal and lots more.

The program with GPLv2 source code is available at : https://sf.net/projects/ados-os-nes

It is derived from ADOS (i386) which is at https://sf.net/projects/ados-os

Author is User:Erana