Skyslycer

Results 11 comments of Skyslycer

> The serial text is not printed to the screen. You need to tell QEMU how to handle it. For example, you could pass `-serial stdio` to QEMU to print...

How do I print it to the screen then? Frame buffers? Don't see any good examples/documentation.

> Are you using BIOS or UEFI? For BIOS you can either use VGA text mode, or a VGA or VESA framebuffer. For UEFI you have to use a GOP...

> This is the code the bootloader crate uses for logging: https://github.com/rust-osdev/bootloader/blob/ac46d0455b41c11e5d316348d068df1c495ce0af/src/binary/logger.rs It uses the noto_sans_mono_bitmap crate for rendering the Noto Sans Mono font to a framebuffer. I can't seem...

I'll try that.

When is this getting fixed???

I was just thinking to automate packsquashing. I tried the GitHub Actions thingy, but it didn't work as well as I had hoped. So I thought I could write my...

No worries! Take your time. I'll try to use the internal thingy. Thanks for the help btw!