mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:57:36 +00:00
Kernel: Make VMWareBackdoor eternal (since it's never freed)
This commit is contained in:
parent
e4ab908fe0
commit
bb2be4bb99
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AK/Types.h>
|
#include <AK/Types.h>
|
||||||
|
#include <AK/kmalloc.h>
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
|
||||||
|
@ -57,6 +58,8 @@ struct VMWareCommand {
|
||||||
};
|
};
|
||||||
|
|
||||||
class VMWareBackdoor {
|
class VMWareBackdoor {
|
||||||
|
AK_MAKE_ETERNAL;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static void initialize();
|
static void initialize();
|
||||||
static VMWareBackdoor& the();
|
static VMWareBackdoor& the();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue