A real-mode OS for everypony
Go to file
shikhin cdf0f77379 Add basic viewer 2023-03-26 04:23:02 +05:30
.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 Add basic viewer 2023-03-26 04:23:02 +05:30
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 Add basic viewer 2023-03-26 04:23:02 +05:30
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 Properly access directory when launching files 2023-03-23 18:27:40 +02:00
process_wallpaper.py Improve ANSI escape code support in process_wallpaper.py 2023-03-22 19:16:28 +02:00
shell.asm Properly access directory when launching files 2023-03-23 18:27:40 +02:00
viewer.asm Add basic viewer 2023-03-26 04:23:02 +05:30

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