diff --git a/.wiki/Kernel-documentation.md b/.wiki/Kernel-documentation.md index 2f92109..14d3448 100644 --- a/.wiki/Kernel-documentation.md +++ b/.wiki/Kernel-documentation.md @@ -457,8 +457,9 @@ Functionalities to write logs to QEMU's serial port. - **Warning** - Used for warnings and not important errors - **Error** - Used for Fatal Errors / Will be printed to the screen (graphics driver is not Implemented yet) -#### `log(log_level, string)` - function (void) +#### `log(log_level, string, ...)` - function (void) Logs the given string to QEMU's log port, the string is prefixed with the log type. +Format strings are supported. ### math.h Mathematical functions, definitions, etc.