summaryrefslogtreecommitdiff
path: root/documentation/panics.txt
diff options
context:
space:
mode:
authorBenji Dial <benji@benjidial.net>2024-05-20 17:40:47 -0400
committerBenji Dial <benji@benjidial.net>2024-05-20 17:40:47 -0400
commit9af5588c30c4126a2800aae1afcb0de2c373dc6c (patch)
treed2a48a97b1664f958b5f88a8b0c03ef8366b0f49 /documentation/panics.txt
parent5a54df93c4e9368c36e69d1e9c88cd2904e92308 (diff)
downloadhilbert-os-9af5588c30c4126a2800aae1afcb0de2c373dc6c.tar.gz
rewrite application stuff in the kernel to support multitasking
Diffstat (limited to 'documentation/panics.txt')
-rw-r--r--documentation/panics.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/documentation/panics.txt b/documentation/panics.txt
deleted file mode 100644
index e1b6ec1..0000000
--- a/documentation/panics.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-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