Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/racerxdl/DOS
D Operating System - Just because HUEBR
https://github.com/racerxdl/DOS
Last synced: 3 months ago
JSON representation
D Operating System - Just because HUEBR
- Host: GitHub
- URL: https://github.com/racerxdl/DOS
- Owner: racerxdl
- License: apache-2.0
- Created: 2020-06-14T23:53:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-28T23:15:07.000Z (over 4 years ago)
- Last Synced: 2024-05-02T01:25:48.768Z (7 months ago)
- Language: D
- Size: 19.5 KB
- Stars: 13
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DOS
D Operating System - Just because HUEBR# Compiling with Docker
```bash
make docker
```# Compiling on MacOSX
```bash
brew install FiloSottile/musl-cross/musl-cross nasm ldc
make LD=x86_64-linux-musl-ld
```# Compiling on Linux
```bash
make
```