mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:35:07 +00:00
Kernel: Remove system.h and make the uptime global a qword.
This commit is contained in:
parent
c09c114d77
commit
29d0412a06
8 changed files with 13 additions and 27 deletions
|
@ -4,7 +4,6 @@
|
|||
#include "i8253.h"
|
||||
#include <Kernel/Devices/KeyboardDevice.h>
|
||||
#include "Process.h"
|
||||
#include "system.h"
|
||||
#include "PIC.h"
|
||||
#include <Kernel/Devices/IDEDiskDevice.h>
|
||||
#include "KSyms.h"
|
||||
|
@ -37,8 +36,6 @@
|
|||
//#define SPAWN_MULTIPLE_SHELLS
|
||||
//#define STRESS_TEST_SPAWNING
|
||||
|
||||
system_t system;
|
||||
|
||||
VirtualConsole* tty0;
|
||||
VirtualConsole* tty1;
|
||||
VirtualConsole* tty2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue