summaryrefslogtreecommitdiffhomepage
path: root/compile_flags.txt
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-14 14:27:43 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-14 14:27:43 +0200
commit94ceccd5acda2fd035eb55235126b944b0915576 (patch)
tree8189412a45182b418cc3d0d63996c482e116e8d4 /compile_flags.txt
parentbdab776c880e4f4868332c451b028684f54ecd5d (diff)
dev(kdbg): Working on NeKernel Debugger.
how: - Load vmkrnl.efi. - Keep track of IP, Stack, and debugging information related to the kernel. - Make use of breakpoints and provide lldb grade experience. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
-rw-r--r--compile_flags.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
index 6c24593..5537eca 100644
--- a/compile_flags.txt
+++ b/compile_flags.txt
@@ -5,4 +5,5 @@
-Isdk/
-I./
-DLC_USE_STRUCTS
--xc++ \ No newline at end of file
+-xc++
+-DLD_NEKERNEL_DEBUGGER \ No newline at end of file