Another Readme update for new improved framebuffer
This commit is contained in:
parent
9ef19730e3
commit
deadd739fb
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ Multiboot compatible stupid useless OS-like project that is literally trash.
|
||||||
## Compatibility
|
## Compatibility
|
||||||
- 32bit x86 compatible CPU required
|
- 32bit x86 compatible CPU required
|
||||||
- Booting is done with a MultiBoot compatible bootloader (for example Grub)
|
- 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
|
- At some point tested with an old Pentium III (legacy BIOS) and a Ryzen 7 in
|
||||||
EFI mode. Currently aiming to support both systems.
|
EFI mode. Currently aiming to support both systems.
|
||||||
## Building
|
## Building
|
||||||
|
|
Loading…
Reference in a new issue