Added new Files

This commit is contained in:
0xMAC8205 2023-12-07 22:45:26 +01:00
parent 3e1b5e70af
commit fdacbb1deb
11 changed files with 10 additions and 3 deletions

BIN
assets/ASCII.bin Executable file

Binary file not shown.

BIN
assets/ASCII.bmf Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

2
build.sh Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
echo "Compiling for 65c02"

0
docs/LS7 Kernel Manual.pdf Normal file → Executable file
View File

0
src/bootloader.s Normal file → Executable file
View File

View File

@ -17,6 +17,13 @@ console_write:
; Return propper work addresses in X & Y (for static support)
;
; 00 = END of string
; 0a = New Line
; 08 = Backspace
; 09 | 0b = Tab
; 0d = x cursor origin
;
stx z0
sty z1

0
src/kernel/scheduler.s Executable file
View File

0
src/kernel/threading.s Executable file
View File

2
upload.sh Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
echo -e "\nUploading..."