banan-os/kernel
Bananymous 3f7a61a4d2 Kernel: VESA driver has now second buffer for fast scrolling
This allows us to not read from video memory, since it was very slow

I also implemented fast path for graphics clearing and scrolling if bpp is 32
2022-12-20 14:02:44 +02:00
..
arch/i386 Kernel: VESA driver has now second buffer for fast scrolling 2022-12-20 14:02:44 +02:00
include/kernel Kernel: VESA driver has now second buffer for fast scrolling 2022-12-20 14:02:44 +02:00
kernel Kernel: VESA driver has now second buffer for fast scrolling 2022-12-20 14:02:44 +02:00
.gitignore Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
Makefile Kernel: Implement basic VESA Graphics mode driver 2022-12-16 00:47:03 +02:00
icxxabi.cpp Kernel: We can now use destructors in global objects 2022-12-13 00:52:32 +02:00