Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```