This commit is contained in:
0xMAC8205 2023-11-10 11:34:35 +01:00
parent 50cc073af3
commit eb7f25fc64
23 changed files with 1 additions and 1 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
KernelRoutineList.txt Normal file → Executable file
View File

2
Makefile Normal file → Executable file
View File

@ -1,4 +1,4 @@
# Please Ignore for now, I will make a better makefile in the future
Please Ignore for now, I will make a better makefile in the future
# I promisse
all: compile upload

0
README.md Normal file → Executable file
View File

0
a.out Normal file → Executable file
View File

0
assets/UTF-8.bin Normal file → Executable file
View File

0
assets/UTF-8.bmf Normal file → Executable file
View File

0
main.s Normal file → Executable file
View File

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

0
src/kernel/byte.s Normal file → Executable file
View File

0
src/kernel/char.s Normal file → Executable file
View File

0
src/kernel/console.s Normal file → Executable file
View File

0
src/kernel/event_handler.s Normal file → Executable file
View File

0
src/kernel/graphics.s Normal file → Executable file
View File

0
src/kernel/hardware.s Normal file → Executable file
View File

0
src/kernel/int.s Normal file → Executable file
View File

0
src/kernel/irq.s Normal file → Executable file
View File

0
src/kernel/keyboard.s Normal file → Executable file
View File

0
src/kernel/memory_manager.s Normal file → Executable file
View File

0
src/kernel/string.s Normal file → Executable file
View File

0
src/kernel/video.s Normal file → Executable file
View File

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

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