Go to file
2023-11-16 12:02:51 +01:00
assets idk 2023-11-10 11:34:35 +01:00
docs Project restructuring 2023-11-15 14:12:14 +01:00
src Added seperate Build and Upload scripts 2023-11-16 12:02:51 +01:00
.gitignore Added seperate Build and Upload scripts 2023-11-16 12:02:51 +01:00
build.sh Added seperate Build and Upload scripts 2023-11-16 12:02:51 +01:00
Makefile Added seperate Build and Upload scripts 2023-11-16 12:02:51 +01:00
README.md idk 2023-11-10 11:34:35 +01:00
upload.sh Added seperate Build and Upload scripts 2023-11-16 12:02:51 +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