Commit graph

7 commits

Author SHA1 Message Date
a4761efed2
dev: created cold/warm boot entry points and stubs 2025-12-21 14:22:54 -05:00
a83e7f52d4
chore: updated .gitignore, adding new file and REUSE SPDX file 2025-12-21 14:15:33 -05:00
cb332b7b05
dev: removing old printChar and instead using OS print vector 2025-12-20 18:36:58 -05:00
e74ca195bf
chore: updated .gitignore & moved license for REUSE compliance 2025-12-20 18:12:20 -05:00
94d6f474cd
dev: growing this into the Zone OS project
The scope of this project is growing, mostly for fun. I doubt
I'll ever get to the point where I can actually use it on a real
Z80 system, but who knows. Mostly this is a good way to learn
about vasm and refresh my Z80 assembly knowledge.
2025-12-20 17:58:51 -05:00
f753eb9642
dev: fixed assembly errors, added linker script and Makefile
Additionally created a .gitignore to avoid committing object
code and output formats
2025-12-20 15:45:51 -05:00
1353091dda
init: creation of initial repo for this project 2025-12-20 14:40:01 -05:00