diff options
| author | Ada Christine <adachristine18@gmail.com> | 2021-12-19 01:16:51 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2021-12-19 01:16:51 +0000 |
| commit | bff63a4337eb3388617d230970c5eb2684d6a215 (patch) | |
| tree | f40891f45918b23dac0f31888142136434c7fc8c /kernel | |
| parent | d5f485a4f6801f58cbb2bc9d8e80c955c79ff044 (diff) | |
i don't know what i'm doing anymore
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/Makefile | 7 | ||||
| -rw-r--r-- | kernel/entry.c (renamed from kernel/entry_efi.c) | 0 |
2 files changed, 1 insertions, 6 deletions
diff --git a/kernel/Makefile b/kernel/Makefile index 7caf69c..407c4bb 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -5,11 +5,6 @@ VPATH := ../lib TARGET := kernel.os .DEFAULT: $(TARGET) -# EFI API for temporary things - -EFIAPIDIR := /usr/local/include/efi - -CPPFLAGS += -I../api -I$(EFIAPIDIR) -I$(EFIAPIDIR)/$(ARCH) -I$(EFIAPIDIR)/protocol CFLAGS += -Wno-unused-const-variable -Wno-unused-function -fvisibility=hidden -g LIBDIRS += -L$(dir $(shell $(CC) -print-libgcc-file-name)) @@ -18,7 +13,7 @@ LDFLAGS += -z max-page-size=4096 --export-dynamic LOADLIBES := -lgcc SOBJS := -GOBJS := entry_efi.o kprint.o serial.o port.o main.o memory.o \ +GOBJS := entry.o kprint.o serial.o port.o main.o memory.o \ memset.o memcpy.o memmove.o memcmp.o cpu.o exceptions.o \ panic.o IOBJS := diff --git a/kernel/entry_efi.c b/kernel/entry.c index 5eecaf2..5eecaf2 100644 --- a/kernel/entry_efi.c +++ b/kernel/entry.c |
