rename files, update readme, add makefile
commit0548c75888635db71f5dac9f7d72efbdb7dd4040
authorCameron Shortt <cameron.b.shortt@gmail.com>
Tue, 31 Oct 2023 17:05:41 +0000 (31 12:05 -0500)
committerCameron Shortt <cameron.b.shortt@gmail.com>
Tue, 31 Oct 2023 17:05:41 +0000 (31 12:05 -0500)
tree342c83557023769611e2d83612b426d94074ba55
parentbdd05eceefd47273fab72b734f97c9838f94f82f
rename files, update readme, add makefile

bl.s => boot.s (bootloader)
boot.s => hello.s (random hello, world)

set bootloader to completed

makefiles are cool, and I think this project needs one
boot.s [new file with mode: 0644]
hello.s [new file with mode: 0644]
makefile [new file with mode: 0644]
readme.org