summaryrefslogtreecommitdiffhomepage
path: root/DDKit
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-08 19:41:07 +0200
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-08-08 19:41:07 +0200
commit5127ff4c1afe6c2ec62cc2cae1c48dbca3b7dd89 (patch)
tree756a472a2ddb3f57b84edd37f94e4bfdf04722ae /DDKit
parent5c079a35ae724d9c6be0b8adf0717728a1368c69 (diff)
- Remove VGA syscall.
+ Add FB request syscall. + Add Updated DDK document. + Typo fixes and improvements. Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'DDKit')
-rw-r--r--DDKit/KernelStd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DDKit/KernelStd.h b/DDKit/KernelStd.h
index abb56ea6..e1f3be44 100644
--- a/DDKit/KernelStd.h
+++ b/DDKit/KernelStd.h
@@ -22,7 +22,7 @@
#endif // defined(__cplusplus)
#ifndef __NEWOSKRNL__
-#error !!! including header in kernel mode !!!
+#error !!! including header in user mode !!!
#endif // __NEWOSKRNL__
struct DDK_STATUS_STRUCT;