Go to file
2023-10-29 13:14:06 +01:00
assets Added hardware.s 2023-10-28 23:49:48 +02:00
src Pushed Static Hardware Variables to "variables.s" 2023-10-29 13:14:06 +01:00
a.out Added hardware.s 2023-10-28 23:49:48 +02:00
KernelRoutineList.txt Some radical Re-Structuring ;) 2023-10-29 02:30:16 +02:00
main.s Pushed Static Hardware Variables to "variables.s" 2023-10-29 13:14:06 +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