diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-01 23:57:19 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-01 23:57:19 +0200 |
| commit | d445096b8403ad0bdbf0095c50f66ba01fde9f33 (patch) | |
| tree | 4fa3fb3217cf256306bff76fc4509070f651de99 /Private/CFKit | |
| parent | d190e44fa474808ad31028835f04e4df2c840073 (diff) | |
Kernel: Bringing support 48-bit ATA PIO.
Kernel: Adding support for IPCEP.
Kernel: Improve scheduler, create heap according to process kind.
Kernel: PRD transfer enum for upcoming ATA DMA driver.
Kernel: Add kErrorNoEntrypoint.
NewBoot: Add 48-bit support for ATA PIO.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/CFKit')
| -rw-r--r-- | Private/CFKit/IPCEndpoint.hxx | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Private/CFKit/IPCEndpoint.hxx b/Private/CFKit/IPCEndpoint.hxx deleted file mode 100644 index bc697dc7..00000000 --- a/Private/CFKit/IPCEndpoint.hxx +++ /dev/null @@ -1,27 +0,0 @@ -/* ------------------------------------------- - - Copyright Mahrouss Logic - -------------------------------------------- */ - -#ifndef _INC_IPC_ENDPOINT_HXX_ -#define _INC_IPC_ENDPOINT_HXX_ - -#include <NewKit/Defines.hpp> -#include <NewKit/String.hpp> - -/// @brief Includes macros and utilities to make an IPC connection. - -/// IA separator. -#define kRemoteSeparator "." - -/// Interchange address, consists of domain+namespace. -#define kRemoteInvalid "00.00.00.00:00000000" -#define kRemoteMaxLen 21 - -namespace NewOS { -typedef UIntPtr ipc_method_type; -typedef Char ipc_remote_type[kRemoteMaxLen]; -} // namespace NewOS - -#endif // _INC_IPC_ENDPOINT_HXX_
\ No newline at end of file |
