From 6698106b725fd4821f4e2860ad0852b069d956c6 Mon Sep 17 00:00:00 2001 From: Kyle J Cardoza Date: Tue, 16 Jul 2024 00:33:02 -0400 Subject: [PATCH] First working VERA driver --- readme.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 41ce7ec..270a007 100755 --- a/readme.md +++ b/readme.md @@ -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! \ No newline at end of file + - 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). \ No newline at end of file