Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnoordhuis/marnix
MARNIX, a UNIX clone
https://github.com/bnoordhuis/marnix
Last synced: about 1 month ago
JSON representation
MARNIX, a UNIX clone
- Host: GitHub
- URL: https://github.com/bnoordhuis/marnix
- Owner: bnoordhuis
- License: isc
- Created: 2012-09-19T00:30:45.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T02:42:51.000Z (over 1 year ago)
- Last Synced: 2024-04-15T02:37:10.372Z (7 months ago)
- Language: C
- Size: 39.1 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MARNIX
This is MARNIX, a UNIX clone.
## BUILD INSTRUCTIONS
Easy as pie but make sure that you're on a GNU/Linux system:
make clean all
## HOW TO RUN
I would recommend against running MARNIX on real hardware for now. :-)
Install [qemu](https://github.com/qemu/qemu) and run it like this:
make qemu
## KNOWN BUGS
Too numerous to list. It's a work in progress.