banan-os/kernel/arch/i386
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
..
APIC.cpp Kernel: You can now disable APIC from the grub commandline 2022-12-20 11:57:09 +02:00
CPUID.cpp Kernel: Implement 'cpuid' and enumerations for features 2022-12-15 17:28:54 +02:00
GDT.cpp Kernel: Move GDT and IDT assembly to inline assembly 2022-12-19 11:46:38 +02:00
IDT.cpp Kernel: Move GDT and IDT assembly to inline assembly 2022-12-19 11:46:38 +02:00
VESA.cpp Kernel: VESA driver has now second buffer for fast scrolling 2022-12-20 14:02:44 +02:00
boot.S Kernel: Add time since boot to Shell 2022-12-19 11:46:38 +02:00
crti.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
crtn.S Rename .s extensions to .S 2022-11-15 09:25:18 +02:00
font.c Kernel: Implement basic VESA Graphics mode driver 2022-12-16 00:47:03 +02:00
font.h Kernel: Implement basic VESA Graphics mode driver 2022-12-16 00:47:03 +02:00
linker.ld Changed back to lower half kernel, since im dump. 2022-11-15 00:38:33 +02:00
make.config Kernel: Move GDT and IDT assembly to inline assembly 2022-12-19 11:46:38 +02:00
tty.cpp Kernel: VESA driver has now second buffer for fast scrolling 2022-12-20 14:02:44 +02:00