https://github.com/bond-009/noros
NOt a Real OS
https://github.com/bond-009/noros
Last synced: about 2 months ago
JSON representation
NOt a Real OS
- Host: GitHub
- URL: https://github.com/bond-009/noros
- Owner: Bond-009
- Created: 2022-03-31T20:56:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T21:16:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T14:14:55.859Z (4 months ago)
- Language: Rust
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noros
NOt a Real OS, just a toy project to get a better understanding of the inner workings of operating systems.
Noros is written in assembly and Rust without the use of any unstable features or crates. It targets x86_64, aarch64 and riscv64gc. More specifically it's tested on QEMU for x86_64, a Raspberry pi 3B+ for aarch64 and a MangoPi MQ-Pro and DongshanPi Nezha STU for riscv64gc. In theory it should work on any x86_64 system, any aarch64 Raspberry Pi and any Allwinner D1-H board.