Go to file
2023-10-29 00:02:46 +02:00
assets Added hardware.s 2023-10-28 23:49:48 +02:00
lib Some comment corrections 2023-10-29 00:02:46 +02:00
a.out Added hardware.s 2023-10-28 23:49:48 +02:00
main.s Added hardware.s 2023-10-28 23:49:48 +02:00
Makefile Added Makefile 2023-10-25 11:34:43 +02:00
monitor.s First Commit 2023-10-24 23:34:20 +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