banan-os/kernel
Bananymous 98fc72b0d0 Kernel: kmalloc now aligns everything by alignof(max_align_t)
kmalloc properly aligns everything now.

I also changed so that kmalloc addresses are stored as uintptr_t
instead of void* or uint8_t* for easier arithemetic and less casting
2022-12-27 19:07:20 +02:00
..
arch/i386 Kernel: Remove unnecessary checks from GraphicsPutCharAt() 2022-12-27 18:29:51 +02:00
include/kernel Kernel: VESA now somewhat handles Cursor in Graphics mode 2022-12-27 18:29:02 +02:00
kernel Kernel: kmalloc now aligns everything by alignof(max_align_t) 2022-12-27 19:07:20 +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