aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-07-09fix make cleanKimplul
2024-07-09start working on testsKimplul
2024-07-06remember to clean up kmi.elf as wellKimplul
2024-07-05allow booting with Qemu's -kernel flag directlyKimplul
2024-05-24rename common to srcKimplul
2023-07-24split makefile into two partsKimplul
2023-06-07slight improvements to buildingKimplul
2023-05-29start trying to boot on visionfive 2Kimplul
2023-05-11fix riscv64-linux-gnu- buildKimplul
2023-05-11only init is pic and fix a warningKimplul
2023-05-11arbitrary load address and RAM base detectionKimplul
2023-05-08improve undocumented file warningKimplul
2023-05-06make cross compile more conformantKimplul
2023-05-06always use debug flagKimplul
2023-05-01update license stuffKimplul
2023-04-30rename to kmiKimplul
2022-11-21make syscall handlers voidKimplul
2022-11-21possible optimisationsKimplul
2022-11-13NDEBUG with release modeKimplul
2022-11-12release mode, ~600k requestsKimplul
2022-09-11allow building with riscv64-linux-gnuKimplul
2022-06-16small changed to formattingKimplul
2022-05-29add clean_all directiveKimplul
2022-05-28start implementing new proc/rpc handlingKimplul
2022-05-23modify file genKimplul
2022-05-23new include structure, make parse easier for doxyKimplul
2022-05-23switch from clang-format to uncrustifyKimplul
2022-05-22fixed accidental removal of CLEANUP_CMDKimplul
2022-05-22add @file info to all filesKimplul
2022-05-05add make depend which explicitly generates deps.mkKimplul
2022-05-05remove deps.mk from repoKimplul
2022-05-05apos compiles on netbsd with LLVM=1Kimplul
2022-05-05fix makefiles on netbsdKimplul
2022-05-05riscv64 boots with clang (sort of)Kimplul
2022-04-29continue building base for irq handlingKimplul
2022-04-23ran clang-formatKimplul
2022-04-21fix warnings on 32bit riscvKimplul
2022-04-10add basic ubsan and fix issues reported by itKimplul
2022-04-10add clang format and run itKimplul
2022-04-10added -DNDEBUG to release flagsKimplul
2022-01-07Allow building with clangKimplul
2022-01-06Added lint rule to MakefileKimplul
2021-12-27Started work on syscallsKimplul
2021-12-20More sensible initKimplul
2021-12-20Revert "still some issues with vmem"Kimplul
2021-12-20still some issues with vmemKimplul
2021-12-20Added init backKimplul
2021-12-19Massive changes to jump to userspaceKimplul
2021-12-08Added some C11 atomic operationsKimplul
2021-10-11Start designing vmem frameworkKimplul