Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PROJECT RESTRUCTURING | Danny Holman | 2025-01-12 | 1 | -31/+0 |
| | | | | | | | | Move the entire kernel into its own directory. Create new directories for system commands, libraries and other required essentials for a complete Unix-like operating system. Signed-off-by: Danny Holman <dholman@gymli.org> | ||||
* | arch: i386: add a function that walks the stack | Danny Holman | 2024-06-24 | 1 | -0/+31 |
Add a function that will walk the stack and save the return addresses into an array. This will allow the kernel to print out stack traces during a panic or on demand inside a debugger. Signed-off-by: Danny Holman <dholman@gymli.org> |