| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-24 | build: clean up x86_64 toolchain | Felix Morgner | 1 | -12/+2 | |
| 2025-07-24 | x86_64: implement high/low split | Felix Morgner | 1 | -20/+4 | |
| 2025-07-14 | ide: start large-scale restructuring | Felix Morgner | 1 | -1/+0 | |
| 2025-07-14 | build: upgrade x86-64 toolchain | Felix Morgner | 1 | -24/+54 | |
| 2025-07-13 | build: update toolchain | Felix Morgner | 1 | -4/+4 | |
| 2024-11-19 | build: disable RTTI | Felix Morgner | 1 | -1/+1 | |
| When using virtual functions while RTTI is enabled, the compiler generates code to support the use of dynamic_cast etc. This code requires the use of the free store (heap) which is not yet available. Disabling RTTI also disables the generation of the associated support code, thus making it possible for us to use virtual functions. | |||||
| 2024-09-17 | build: user no-red-zone CRT code | Felix Morgner | 1 | -1/+1 | |
| Even though it makes no difference, since the CRT code we pull in from the toolchain will never touch the red zone in the first place, it is a good idea to try to be consistent across the build. | |||||
| 2024-09-17 | build: migrate away from conan | Felix Morgner | 1 | -0/+35 | |
| 2023-10-07 | cmake: move modules to source | Felix Morgner | 1 | -23/+0 | |
| 2023-10-07 | x86_64: implement first bootable kernel | felix.morgner@ost.ch | 1 | -0/+23 | |
