You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use this crate to implement an operating system, but I'm confused about the example implementation of the log mentioned in framebuffer.rs.
Could you please add detailed documentation so that it can be easy to use.
Thank you.
The text was updated successfully, but these errors were encountered:
Please read https://github.com/rust-osdev/bootloader?tab=readme-ov-file#usage. I don't think framebuffer.rs is meant to be used as an example for a logging implementation, it's primarily meant to be the logging implementation used by the bootloader. If you can use it for inspiration that's great, but its primary purpose is not education.
I want to use this crate to implement an operating system, but I'm confused about the example implementation of the log mentioned in framebuffer.rs.
Could you please add detailed documentation so that it can be easy to use.
Thank you.
The text was updated successfully, but these errors were encountered: