limine-bootloader / limine

Modern, advanced, portable, multiprotocol bootloader and boot manager.
https://limine-bootloader.org
BSD 2-Clause "Simplified" License
1.88k stars 141 forks source link

Question: How to print in limine based c/rust kernels to screen? Is there any example implementation of flanterm? #404

Closed commitcompanion closed 3 months ago

commitcompanion commented 3 months ago

(Originaly asked on the flanterm repo, also open there) main.rs.txt How do you print text in limine-rust-template using flanterm_bindings crate? Attached is an attempt to do this. info: first asked in an issue in rust limine template, seemed to be the wrong place to ask according to lylythechosenone. Many thanks for an answer!

commitcompanion commented 3 months ago

well, maybe this project helps:https://github.com/ilobilo/limine-terminal

mintsuki commented 3 months ago

Closing this as off topic. Drawing text to the screen is not a Limine related thing. You may want to ask whoever maintains the Flanterm bindings crate.