Generic types; start VGA driver

This commit is contained in:
2021-08-22 00:55:01 -05:00
parent 4ee62fab50
commit 9e4aaa56ba
12 changed files with 388 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ DEPS := $(OBJS:.o=.d)
INC_DIRS := $(shell find $(SRC_DIRS) -type d)
INC_FLAGS := $(addprefix -I,$(INC_DIRS))
CPPFLAGS ?= $(INC_FLAGS) -MMD -MP -g -std=c++11 -Wall
CPPFLAGS ?= $(INC_FLAGS) -MMD -MP -g -std=c++17 -Wall
# Default makefile target
all: os-image