initial commit - doom port

This commit is contained in:
2026-08-07 17:05:34 +02:00
commit 0e5e33ac0e
13 changed files with 997 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
# mtkports
MontaukOS software ports
## Build
```bash
git clone --recurse-submodules <url> ~/dev/mtkports
cd ~/dev/mtkports
make # build every port into out/apps/<name>/
make doom # build one port
make install # copy bundles into MontaukOS/programs/bin/apps/
```
Then from the MontaukOS tree:
```bash
make ports # builds + installs ports (equivalent to the above)
make ramdisk
```
## Ports
| Port | Upstream | Notes |
|------|----------|-------|
| `doom` | [ozkl/doomgeneric](https://github.com/ozkl/doomgeneric) | `doom1.wad` is proprietary and deliberately not bundled. |