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
- Host: GitHub
- URL: https://github.com/x65/os-816
- Owner: X65
- License: 0bsd
- Created: 2024-10-15T18:08:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-18T08:11:05.000Z (8 months ago)
- Last Synced: 2025-07-18T12:11:29.647Z (8 months ago)
- Topics: 65816, 8bit, operating-system
- Language: Assembly
- Homepage: https://x65.zone/
- Size: 101 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).