| Age | Commit message (Collapse) | Author |
|
also:
- Figured out the segfault, currently working on a patch.
- Better CLI output, with each library having it's prefix.
- LibCompiler: `drv`
- LibDebugger: `dbg`
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
|
|
accordingly.
why:
- To make its intent clearer, and avoid future confusions.
also:
- Ran ./format.sh to the codebase.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
|
|
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>
|