adding shell to the mix
This commit is contained in:
parent
bfce52a11a
commit
16041ec1d5
3
makefile
3
makefile
@ -4,7 +4,8 @@ LINK=ld
|
||||
ISO=genisoimage
|
||||
|
||||
OBJECTS=mem.o kernel.o gdt_seg.o gdt.o interrupts.o loader.o serial.o \
|
||||
framebuffer.o ports.o stlio.o tests.o interrupt_entry.o pit.o kbd.o
|
||||
framebuffer.o ports.o stlio.o tests.o interrupt_entry.o pit.o kbd.o\
|
||||
shell.o
|
||||
|
||||
AFLAGS=-f elf32
|
||||
CFLAGS=-masm=intel -O2 -m32 -nostdlib -nostdinc -fno-builtin -fno-stack-protector -nostartfiles \
|
||||
|
Loading…
Reference in New Issue
Block a user