diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 14d3448..d904f9e 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -452,6 +452,7 @@ This is a wrapper around the assembly `inb` instruction. Functionalities to write logs to QEMU's serial port. #### `log_level_E` - enum + - **None** - Logs just the message without a prefix - **Info** - General information, that could be useful - **Debug** - Should only be used to find bugs and removed (or commented out) after the bug is found - **Warning** - Used for warnings and not important errors