mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +00:00
Kernel+Userland: Remove dependency on i386-specific registers
This commit is contained in:
parent
445b5e1e94
commit
85b453c2e4
18 changed files with 47 additions and 124 deletions
|
@ -10,7 +10,7 @@
|
|||
#include <AK/StdLibExtras.h>
|
||||
#include <AK/Types.h>
|
||||
#include <Kernel/API/SyscallString.h>
|
||||
#include <LibC/sys/arch/i386/regs.h>
|
||||
#include <LibC/sys/arch/regs.h>
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/Stream.h>
|
||||
#include <LibCore/System.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue