Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | kernel: panic: add a variable that locks other CPUs | Danny Holman | |
Add a static variable to the panic function that should lock all other CPUs. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
2024-02-16 | kernel: add a panic function | Danny Holman | |
Add a panic function that stops the current CPU and prints an error message into the ring buffer. Signed-off-by: Danny Holman <dholman@gymli.org> |