https://github.com/zabot/polyglos
A microkernel OS where every service is written in a different language
https://github.com/zabot/polyglos
Last synced: 2 months ago
JSON representation
A microkernel OS where every service is written in a different language
- Host: GitHub
- URL: https://github.com/zabot/polyglos
- Owner: Zabot
- License: gpl-3.0
- Created: 2021-10-09T00:42:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T21:37:07.000Z (about 2 years ago)
- Last Synced: 2025-01-25T09:42:18.519Z (4 months ago)
- Language: C
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PolyglOS
## Running
```
nix-shell
make
qemu-system-x86_64 -hda polyglos.img
```