Compare commits

..

No commits in common. "d6195c1a5b44fe34a9ecb2b09aa79e2b5d9a1133" and "653296914c5ff82519c1a4930094d52e848dc29d" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1,6 +1,5 @@
NASM = nasm
PYTHON = python3
QEMU = qemu-system-i386
.SUFFIXES:
.SUFFIXES: .bin .asm .ans .wall
@ -32,7 +31,7 @@ memory.bin: ponydos.inc
$(PYTHON) process_wallpaper.py $@ $< 7 0 0 0
run: ponydos.img
$(QEMU) -drive file=$<,index=0,if=floppy,format=raw
qemu-system-i386 -fda $<
clean:
rm -f *.bin *.img *.wall ponydos.inc

View File

@ -27,8 +27,7 @@ contact us to merge it in.
### Credits
This is a parody of [klange](https://github.com/klange)'s wonderful
[PonyOS](https://ponyos.org/). The creators of this project,
[CrazyEttin](https://ahti.space/~crazyettin/),
[PonyOS](https://ponyos.org/). The creators of this project, CrazyEttin,
[nortti](https://ahti.space/~nortti), and [shikhin](https://shikhin.in) hang out
in `#offtopia` on [libera.chat](https://libera.chat/).