Another Readme update for new improved framebuffer

This commit is contained in:
Jarkko Toivanen 2023-09-08 12:06:58 +03:00
parent 9ef19730e3
commit deadd739fb
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ Multiboot compatible stupid useless OS-like project that is literally trash.
## Compatibility
- 32bit x86 compatible CPU required
- Booting is done with a MultiBoot compatible bootloader (for example Grub)
- 1024x768 with 24 or 32 bpp linear framebuffer graphics
- Linear framebuffer graphics with 8bits per channel (any 8bit divisible
bitdepth should work but is undefined behaviour, probably funny colours lol)
- At some point tested with an old Pentium III (legacy BIOS) and a Ryzen 7 in
EFI mode. Currently aiming to support both systems.
## Building