A real-mode OS for everypony
Go to file
Juhani Krekelä fa34ce7468 Add CC0 license file 2023-03-23 17:18:10 +02:00
.gitignore Use the extension .wall for wallpapers 2023-03-22 19:28:58 +02:00
CC0 Add CC0 license file 2023-03-23 17:18:10 +02:00
Makefile Allow launching programs from the shell 2023-03-23 00:41:12 +02:00
README.md Add example program hello.asm 2023-03-23 13:54:06 +02:00
assemble_floppy.py Pad files to the correct size (128 sectors) in assemble_floppy.py 2023-03-18 01:03:19 +02:00
debug.inc Implement window unhooking 2023-03-20 21:42:59 +02:00
extract_symbols.py Implement mouse events 2023-03-20 20:18:49 +02:00
hello.asm Don't needlessly include debug routines in hello.asm 2023-03-23 13:55:51 +02:00
passion.ans Allow changing wallpapers from shell 2023-03-23 00:54:35 +02:00
ponydos.ans Add CrazyEttin's pony wallpaper 2023-03-22 19:30:49 +02:00
ponydos.asm Add moving windows 2023-03-23 06:20:45 +05:30
ponydos_static.inc Add moving windows 2023-03-23 06:20:45 +05:30
process_wallpaper.py Improve ANSI escape code support in process_wallpaper.py 2023-03-22 19:16:28 +02:00
shell.asm Add example program hello.asm 2023-03-23 13:54:06 +02:00

README.md

TODO

Feel free to add anything you think would fit in

Basic stuff

  • refactor shell.asm a bit:
    • separate into blocks like ponydos.asm
    • add/verify function header comments

Nice to have

  • ponysay
  • text/asm file viewer