summaryrefslogtreecommitdiffhomepage
path: root/man
AgeCommit message (Collapse)Author
2025-11-29chore: update general specs and citation file, breaking project structure ↵Amlal El Mahrouss
changes as well. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-11-17feat: update debuggerkit to be licensed under Apache 2.0.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-08-12wip: tests: adding unit tests using GTest.Amlal
Signed-off-by: Amlal <amlal@nekernel.org>
2025-07-30feat! Breaking API changes of NeCTI's LibCompiler and LibDebugger.Amlal El Mahrouss
what: - They've now become CompilerKit and DebuggerKit. - Expanding XCoff for NeBoot PowerPC backend. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-05-28fix: fix man pages.Amlal El Mahrouss
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-05-14dev(kdbg): Working on NeKernel Debugger.Amlal El Mahrouss
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>
2025-04-19dev, LibCompiler, tooling: refactor and separate components into modulesAmlal El Mahrouss
(cppdrv, cxxdrv) Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
2025-03-23feat(libcompiler): Move Dialogs.h in /dev/Vendor.Amlal El Mahrouss
2025-01-27ADD: LibDebugger C++ library and improved `dbg` tool.Amlal
ADD: New manual files `dbg` and `ld64` Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>