Skip to content

Commit f30c81f

Browse files
committed
Mention vga_320x200 feature in Readme
1 parent 90ce11b commit f30c81f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,8 @@ dd if=target/x86_64-blog_os/debug/bootimage-blog_os.bin of=/dev/sdX && sync
3535
```
3636

3737
Where sdX is the device name of your USB stick. **Be careful** to choose the correct device name, because everything on that device is overwritten.
38+
39+
## Features
40+
The bootloader crate can be configured through some cargo features:
41+
42+
- `vga_320x200`: This feature switches the VGA hardware to mode 0x13, a graphics mode with resolution 320x200 and 256 colors per pixel. The framebuffer is linear and lives at address `0xa0000`.

0 commit comments

Comments
 (0)