Add string manipulation functions. Update Makefile accordingly. Add echo command to kernel32.

This commit is contained in:
2021-09-06 15:36:44 +01:00
parent 26d231a7c9
commit 290794b885
4 changed files with 55 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ CFLAGS = -m32 -mgeneral-regs-only -nostdlib -fno-builtin -fno-exceptions -fno-le
LDFLAGS =
DISK_IMG_FILES = kernel.bin hello.bin print.bin boot32.bin kernel32.bin
KERNEL32_OBJS = screenstuff.o io.o idt.o keyboard.o kernel32_strap.o kernel32.o
KERNEL32_OBJS = screenstuff.o io.o idt.o keyboard.o strings.o kernel32_strap.o kernel32.o
run: disk.img
qemu-system-x86_64 disk.img