Got the string concat funcion working.

This commit is contained in:
2019-09-01 17:51:28 -05:00
parent 658a380f9a
commit 5b66184ea0
7 changed files with 87 additions and 45 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ objects = obj/start.o \
obj/shell.o \
obj/memorymanager.o \
obj/pci.o \
obj/port.o
obj/port.o \
run:kernel.iso
qemu-system-x86_64 -m 256M -cdrom kernel.iso &