Go to file
Bananymous 7ee4ecd7f4 BAN: Vector's and Queue's underlying type is T* instead of uint8_t*
I have no idea what kind of brainfart I had to make use uint8_t*
that just complicated the code :D
2023-02-10 00:12:23 +02:00
BAN BAN: Vector's and Queue's underlying type is T* instead of uint8_t* 2023-02-10 00:12:23 +02:00
kernel All: Move to c++20 2023-02-09 23:05:26 +02:00
libc All: rename every function from UpperCamelCase to snake_case 2023-02-01 21:05:44 +02:00
.gitignore Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
bochs.sh Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
build.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
clean.sh Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
config.sh All: Move to c++20 2023-02-09 23:05:26 +02:00
default-host.sh Kernel: Change default host to x86_64 2023-01-30 18:53:30 +02:00
disk.sh Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
headers.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
install-usb.sh Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
qemu.sh Buildsystem: Build disk image manually 2023-02-05 18:08:40 +02:00
target-triplet-to-arch.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00