Skip to content

Commit

Permalink
Bootloader: Attempt to draw two char
Browse files Browse the repository at this point in the history
  • Loading branch information
corigan01 committed Sep 13, 2024
1 parent 5cee6cd commit 5d2e432
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bootloader/stage-32bit/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fn main(stage_to_stage: &Stage16toStage32) {

fb.draw_rec(0, 0, fb.width(), fb.height(), Color::QUANTUM_BACKGROUND);
fb.draw_glyph(10, 10, b'a', Color::WHITE);
fb.draw_glyph(20, 10, b'b', Color::WHITE);

loop {}
}

0 comments on commit 5d2e432

Please sign in to comment.