Ports: Add doom port

This patch contains simple infrastructure for porting software for
banan-os. I added a doom as the first port. Doom needs a wad file
that you have to aquire yourself. I am not sure if I am allowed to
redistribute doom1.wad (shareware) version so I decided not to.
This commit is contained in:
2024-04-03 19:14:35 +03:00
parent 1ac7de9ee5
commit bd69cf599b
10 changed files with 396 additions and 1 deletions

1
ports/README.md Normal file
View File

@@ -0,0 +1 @@
Here are all of the ports for banan-os. To build a port and run it in banan-os; add a line containing directory name from here into a file called *installed*. When you create banan-os image, all directories listed in *installed* are built.