Buggy screen driver.

This commit is contained in:
Nicolás Ortega Froysa
2018-02-26 15:02:25 +01:00
parent 21c97f509d
commit ad43ca56b1
8 changed files with 109 additions and 15 deletions

View File

@ -5,7 +5,7 @@ CC=gcc
LD=ld
LDFLAGS=-melf_i386 -Ttext 0x1000 --oformat binary
OBJ=kernel/kernel_entry.o kernel/kernel.o kernel/ports.o
OBJ=kernel/kernel_entry.o kernel/kernel.o kernel/ports.o kernel/util.o drivers/screen.o
all: os-image