summaryrefslogtreecommitdiff
path: root/Kernel/CMakeLists.txt
AgeCommit message (Expand)Author
2020-07-05Kernel: Add Plan9FS :^)Sergey Bugaev
2020-07-05Kernel: Split BlockBasedFileSystem off FileBackedFileSystemSergey Bugaev
2020-07-01Kernel: List all CPUs in /proc/cpuinfoTom
2020-06-25Kernel: Replace existing random implementation with FortunaPeter Elliott
2020-06-20Kernel: Remove DMI decoder from the kernelAndreas Kling
2020-06-13Kernel: KeyboardDevice, remove char mapping logicHüseyin ASLITÜRK
2020-05-29Ports: Fix CMake-based portsPaul Redmond
2020-05-27Kernel: Port VirtualConsole to LibVT :^)Sergey Bugaev
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-22Kernel: Add convenient ways to map whole BIOS and EBDA into memoryAndreas Kling
2020-05-20Revert "Kernel: Don't link against libstdc++"Andreas Kling
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-20Kernel: Don't link against libstdc++Andrew Kaster
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-16Toolchain/Ports: Update to gcc 10.1.0Shannon Booth
2020-05-14Build: Switch to CMake :^)Sergey Bugaev