diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-24 06:57:42 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-24 06:58:12 +0200 |
| commit | 4b4fe020a328e991ffd15ae475ad7a5d38f097a5 (patch) | |
| tree | 990a0f03c13bb0878c00e8ec1d6f9c259ecb64a0 /dev/zwm | |
| parent | 107b2b9cad2b2502c3eebc0a77013edde2551257 (diff) | |
IMP: Working on Paging API...
FIX: Fixed the path of filesystem's ESP.
Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/zwm')
| -rw-r--r-- | dev/zwm/src/zwm_main.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev/zwm/src/zwm_main.cxx b/dev/zwm/src/zwm_main.cxx index f5f4024e..7fbd9ccb 100644 --- a/dev/zwm/src/zwm_main.cxx +++ b/dev/zwm/src/zwm_main.cxx @@ -2,13 +2,12 @@ Copyright ZKA Technologies. - FILE: IFSMain.cxx - PURPOSE: HPFS IFS entrypoint. + FILE: main.cxx + PURPOSE: ZWM entrypoint. ------------------------------------------- */ #include <ddk/KernelStd.h> -#include <cstdint> static uint32_t cGPUIndexHW = 0U; static struct DDK_OBJECT_MANIFEST* cGPUObject = nullptr; |
