aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel.rs')
-rw-r--r--src/kernel.rs9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/kernel.rs b/src/kernel.rs
index 0043ac0..012a7ff 100644
--- a/src/kernel.rs
+++ b/src/kernel.rs
@@ -36,7 +36,14 @@ use crate::mem::alloc::alloc;
///
/// Initializes
/// - Allocators
-/// - UART
+/// - Box
+/// - String
+/// - format!
+/// - UART
+/// - print!
+/// - println!
+/// - vprint!
+/// - vprintln!
///
/// After initialization, jump to
/// the regular main.