1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:07:34 +00:00

Kernel: Remove ProcessGUI.cpp, merging remainders into Process.cpp.

This commit is contained in:
Andreas Kling 2019-02-14 10:39:26 +01:00
parent c4703bedea
commit 8d5ba56cf9
4 changed files with 24 additions and 49 deletions

View file

@ -5,7 +5,6 @@ KERNEL_OBJS = \
StdLib.o \
i386.o \
Process.o \
ProcessGUI.o \
i8253.o \
Keyboard.o \
CMOS.o \