An open API service indexing awesome lists of open source software.

https://github.com/x65/os-816

OS/816 - Operating System for X65 microcomputer
https://github.com/x65/os-816

65816 8bit operating-system

Last synced: 8 months ago
JSON representation

OS/816 - Operating System for X65 microcomputer

Awesome Lists containing this project

README

          

# OS/816

Operating System for X65 microcomputer.

## Description

This is a dedicated Operating System for [X65 microcomputer][1]
and its WDC 65C816 microprocessor.

Features:

- Multitasking (up to 32 tasks)
- SysCall based (using COP instruction)
- SIGnal based IPC
- Message-Passing IPC
- Virtual Consoles
- Virtual File System (VFS)
- Running in 65816 Native mode

[1]: https://x65.zone

## Design details

See separate document: [DESIGN.md](DESIGN.md).

## Contributing

See separate document: [HACKING.md](HACKING.md).