summaryrefslogtreecommitdiff
path: root/sysroot
AgeCommit message (Collapse)Author
2023-08-17build: rework how sysroots workdzwdz
/usr/include is now built on the fly, letting me merge include files from multiple modules, which should be a win for organization later on. binutils & gcc need to be recompiled. limits.h shamelessly stolen from heat on #osdev, as gcc stopped providing me with its own header. which was a hack in the first place
2023-08-14reorganization: first stepsdzwdz
2023-06-04user/vterm: vendor a font (spleen) instead of downloading one on builddzwdz
2023-02-25merge the initrd and sysroot directoriesdzwdz
2023-02-25ports: move to the new toolchaindzwdz
2023-02-25toolchain: working customized toolchain for userland binsdzwdz
2023-02-24toolchain: partially set up the sysrootdzwdz