Update README.md

This commit is contained in:
0xMAC 2023-11-16 12:02:34 +01:00 committed by GitHub
parent 75d8ae5d7f
commit 39c5f162b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,13 @@
# LS7-Kernel
Kernel for the LS/7 Computer
!! Still in Development !!
**Not yet stable**
# 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
Build and Upload scripts are contained in the main directory,
or use the binder Makefile
# Dependencies:
* Compiler: vasm6502 (may switch to cc65)
* Compiler: vasm6502_oldstyle (may switch to cc65)
* Uploader: minipro