From 9af5588c30c4126a2800aae1afcb0de2c373dc6c Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Mon, 20 May 2024 17:40:47 -0400 Subject: rewrite application stuff in the kernel to support multitasking --- documentation/kernel/panics.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 documentation/kernel/panics.txt (limited to 'documentation/kernel/panics.txt') diff --git a/documentation/kernel/panics.txt b/documentation/kernel/panics.txt new file mode 100644 index 0000000..e1b6ec1 --- /dev/null +++ b/documentation/kernel/panics.txt @@ -0,0 +1,8 @@ +when the kernel panics, it fills the screen with a color indicating the type of +panic. the following are the defined colors so far: + #48a6ed - failed to get root node of initfs + #5f8860 - no initfs module was given + #7e874d - failed to look up /bin/init + #9af5e6 - an unimplemented path in the kernel + #ba40bb - cpu exception occurred + #c39db3 - failed to parse /bin/init -- cgit v1.2.3