Now this should be complete

Added basic shell and fixed various bugs...now iceos should be
"complete".
This commit is contained in:
ice-bit
2019-07-08 18:43:45 +02:00
parent 46e213e01c
commit 52bb2609ae
13 changed files with 243 additions and 64 deletions

View File

@@ -27,6 +27,10 @@ cp kernel/drivers/*.o obj/
make -C kernel/libc
cp kernel/libc/*.o obj/
# Shell
make -C kernel/shell
cp kernel/shell/*.o obj/
# Linking
i686-elf-ld -melf_i386 -nostdlib -O2 -T link.ld -o isodir/boot/iceOS.bin obj/*.o