1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:17:47 +00:00

Kernel: Rename BochsVGADevice to BXVGADevice.

This commit is contained in:
Andreas Kling 2019-02-17 08:40:30 +01:00
parent 10b43f3d1d
commit bd2fdcbbaa
4 changed files with 22 additions and 22 deletions

View file

@ -29,7 +29,7 @@ KERNEL_OBJS = \
ELFLoader.o \
KSyms.o \
DevPtsFS.o \
BochsVGADevice.o \
BXVGADevice.o \
PCI.o \
PS2MouseDevice.o \
Socket.o \