From deadd739fbb36e73ed912b70de31c51ea6612305 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Fri, 8 Sep 2023 12:06:58 +0300 Subject: [PATCH] Another Readme update for new improved framebuffer --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9cfbc9..e6d1c25 100644 --- a/README.md +++ b/README.md @@ -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