summaryrefslogtreecommitdiff
path: root/Kernel/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2019-02-06 10:17:26 +0100
committerAndreas Kling <awesomekling@gmail.com>2019-02-06 10:17:26 +0100
commit731fc5a7c88d79a2f3392ae4d0bff99a6f104357 (patch)
tree1915c90381695c9b6933744ce6a7ce2a9390756a /Kernel/Makefile
parente9f6508adabd321738c4cddaab95562faf4aac0b (diff)
downloadserenity-731fc5a7c88d79a2f3392ae4d0bff99a6f104357.zip
Kernel: Much improved BochsVGA (BXVGA) support.
Instead of cowboy-calling the VESA BIOS in the bootloader, find the emulator VGA adapter by scanning the PCI bus. Then set up the desired video mode by sending device commands.
Diffstat (limited to 'Kernel/Makefile')
-rw-r--r--Kernel/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/Makefile b/Kernel/Makefile
index e547fa091d..8cd2888e35 100644
--- a/Kernel/Makefile
+++ b/Kernel/Makefile
@@ -30,6 +30,8 @@ KERNEL_OBJS = \
ELFLoader.o \
KSyms.o \
DevPtsFS.o \
+ BochsVGADevice.o \
+ PCI.o \
PS2MouseDevice.o \
GUIEventDevice.o