aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-08-21 10:18:07 -0700
committerChristian Cunningham <cc@localhost>2022-08-21 10:18:07 -0700
commit844ca958e6462cea5478135887e9540c6f4e4024 (patch)
tree222c033464892bcdc35399085e5b5593154f4392 /src
parentb046b26436ddec25d0bd8ca9c6374ffa5ca98688 (diff)
Document available macros after init
Diffstat (limited to 'src')
-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.