Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the FrameBufferWriter and logger in to a separate crate so it can be reused by a kernel for quick start? #367

Open
duggaraju opened this issue Apr 20, 2023 · 1 comment

Comments

@duggaraju
Copy link

Right now the bootloader-x86_64-common crate has std dependencies. and doesn't compile with no_std flag. If that can be made to work with no_std or move the framebuffer logic to a separate crate it would be usable by kernel code and helps with quick start of a kernel that can log messages.

@zjijz
Copy link

zjijz commented Aug 27, 2023

bootloader-x86_64-common can (now) be compiled with no_std (

#![no_std]
) and it did work in my custom kernel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants