Go to file
2023-11-14 00:57:07 +01:00
assets idk 2023-11-10 11:34:35 +01:00
src idk 2023-11-10 11:34:35 +01:00
.gitignore Added a.out to .gitignore 2023-11-14 00:57:07 +01:00
a.out idk 2023-11-10 11:34:35 +01:00
KernelRoutineList.txt Added a.out to .gitignore 2023-11-14 00:57:07 +01:00
main.s idk 2023-11-10 11:34:35 +01:00
Makefile idk 2023-11-10 11:34:35 +01:00
README.md idk 2023-11-10 11:34:35 +01: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