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
2023-02-01 01:22:41 +02:00
2022-12-19 11:46:25 +02:00
Description
Hobby operating system for x86_64
BSD-2-Clause 22 MiB
Languages
C++ 87.2%
C 6.3%
Assembly 2.7%
Shell 2.4%
CMake 1.4%