Go to file
2023-11-03 21:27:32 +01:00
assets Added hardware.s 2023-10-28 23:49:48 +02:00
src split video into "console", "graphics" and "video" 2023-11-03 21:27:32 +01:00
.gitignore split video into "console", "graphics" and "video" 2023-11-03 21:27:32 +01:00
a.out split video into "console", "graphics" and "video" 2023-11-03 21:27:32 +01:00
KernelRoutineList.txt split video into "console", "graphics" and "video" 2023-11-03 21:27:32 +01:00
main.s split video into "console", "graphics" and "video" 2023-11-03 21:27:32 +01:00
Makefile Added Makefile 2023-10-25 11:34:43 +02:00
README.md Updated README 2023-10-28 20:50:32 +02:00

LS7-Kernel

Kernel for the LS/7 Computer

!! Still in Development !!

Building & Compiling

Although, there already is a pre-compiled Binary "a.out", if you want to make and apply changes you have to compile the program yourself.

The Compile and Upload scripts are contained in the Makefile

Dependencies:

  • Compiler: vasm6502 (may switch to cc65)
  • Uploader: minipro