Hobby operating system for x86_64
Go to file
Bananymous 6a9d60a8fb Kernel: Implement somewhat functioning multithread support
This still uses only a single cpu, but we can now have 'parallelization'

This seems to work fine in qemu and bochs, but my own computer did not
like this when I last tried.

I have absolutely no idea how multithreading should actually be
implmemented and I just thought and implemented the most simple one I
could think of. This might not be in any way correct :D
2023-02-01 01:53:35 +02:00
BAN BAN: Implement basic LinkedList 2023-02-01 01:22:41 +02:00
kernel Kernel: Implement somewhat functioning multithread support 2023-02-01 01:53:35 +02:00
libc Kernel: Finally managed to get 64-bit working 2023-01-25 19:19:28 +02:00
.gitignore Kernel: Add script to run bochs debugger 2023-01-10 11:28:23 +02:00
bochs.sh bochs.sh now launches a seperate terminal to which it redirects com1 2023-01-11 20:18:08 +02:00
build.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
clean.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
config.sh BAN: Move Formatter to new project called BAN 2022-12-13 10:39:57 +02:00
default-host.sh Kernel: Change default host to x86_64 2023-01-30 18:53:30 +02:00
headers.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00
install-usb.sh General: Add script to install iso to usb 2022-12-13 00:50:48 +02:00
iso.sh Kernel: Add option to disable Serial output 2023-01-25 22:51:42 +02:00
qemu.sh Kernel: Replace PIC with APIC 2022-12-19 11:46:25 +02:00
target-triplet-to-arch.sh Initial commit. We have a booting kernel 2022-11-12 21:04:47 +02:00