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
* Add desired framebuffer height/width to config, configure UEFI GOP accordingly
* Clearer panic message when failing to set gop mode
* Add support for configuring VESA
* Make framebuffer size behavior consistent; always minimum bounds
* Remove duplicate config write by making `parsed_config` public
* Remove screen resolution from "Future Plans" in README
Copy file name to clipboardExpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,6 @@ The purposes of the individual assembly stages in this project are the following
60
60
61
61
## Future Plans
62
62
63
-
-[ ] Allow to configure the desired screen resolution. Right now we just use the first available VESA screen mode on BIOS and the default GOP mode on UEFI.
64
63
-[ ] Create a `multiboot2` compatible disk image in addition to the BIOS and UEFI disk images. This would make it possible to use it on top of the GRUB bootloader.
65
64
-[ ] Rewrite most of the BIOS assembly stages in Rust. This has already started.
66
65
-[ ] Instead of linking the kernel bytes directly with the bootloader, use a filesystem (e.g. FAT) and load the kernel as a separate file.
0 commit comments