diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-14 15:23:49 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-14 15:23:49 +0200 |
| commit | c1d1c53450092799a25133a25e9676bb217e6f55 (patch) | |
| tree | 8937c868184ebafd315f080a0ee2395a65da1f3e /Private/Servers/CoreDisplay/Sources/CoreDisplay.c | |
| parent | 44dff975612602772f3470edad646f2ded3ef0b4 (diff) | |
Kernel: Start add PowerPC support according to plan, implement
HalVirtualMemory.cxx
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/Servers/CoreDisplay/Sources/CoreDisplay.c')
| -rw-r--r-- | Private/Servers/CoreDisplay/Sources/CoreDisplay.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c index c681730c..618bb031 100644 --- a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c +++ b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c @@ -2,13 +2,13 @@ Copyright Mahrouss Logic - File: Server.c + File: CoreDisplay.c Purpose: Display server. ------------------------------------------- */ #include <CoreDisplay.h> -#include <IPCWrapper.h> +#include <IPC.h> /// @brief Called when the server starts. DWordType ServerStartup(VoidType) @@ -26,6 +26,7 @@ DWordType ServerStartup(VoidType) DWordType ServerShutdown(VoidType) { CDCloseDisplay(); /// takes no arguments. + IPCSendMessage(kIPCBroadcastDispose); /// broadcast our presence return 0; } |
