First working VERA driver

This commit is contained in:
Kyle J Cardoza 2024-07-16 00:33:02 -04:00
parent 7ecc393885
commit 6698106b72
1 changed files with 5 additions and 1 deletions

View File

@ -8,4 +8,8 @@ additional software in ROM. In future, more modules are planned:
- A command line shell
- A 65816 macro assembler
- A text editor
- Your idea here!
- Your idea here!
To build the kernel and ROM image, you will need the Calypsi toolchain (https://calypsi.cc),
as well as GNU make. To build the fonts in the ROM image from the image file,
you will need Aseprite (https://www.aseprite.org).