summaryrefslogtreecommitdiff
path: root/mk
AgeCommit message (Expand)Author
2024-01-28Use REPO_NONSTOP in ci.mkJeremy Soller
2024-01-25Only enable -d cpu_reset for qemu when debuggingbjorn3
2024-01-12Allow any just versionJeremy Soller
2024-01-11Zstd compress all imagesbjorn3
2024-01-11Default to using kvm when arch is i686 and host is x86_64Jeremy Soller
2024-01-10Do not use prefix rustc to determine host targetJeremy Soller
2024-01-10Ensure lib/rustlib/HOST_TARGET/lib exists in prefix tarballsJeremy Soller
2024-01-10Don't checkout rust submodule by defaultbjorn3
2024-01-09Don't rebuild lib/rustlib/src in the rust sysrootbjorn3
2024-01-08Somewhat simplify config.mkbjorn3
2024-01-08Use sparse files for the generated disk images on all OSesbjorn3
2024-01-04Use installer to resolve filesystem sizeJeremy Soller
2024-01-03Merge branch 'sparse_extra' into 'master'Jeremy Soller
2024-01-03add nonstop, uc and ucf to build, plus scripts include-recipes.sh and show-pa...Ron Williams
2023-12-17Use sparse allocation of extra.img on Linux toobjorn3
2023-12-17add raspi3b configIvan Tan
2023-12-15Merge branch 'ivan/board_var' into 'master'Jeremy Soller
2023-12-14Add checks and install cbindgen in bootstrap.sh.4lDO2
2023-12-14aarch64: support building Redox for different motherboard.Ivan Tan
2023-12-13Replace rebuild-recipe with make cr.recipe and make ucr.recipeJeremy Soller
2023-12-13Fix clean prefix buildJeremy Soller
2023-12-12Copy relibc source to prefix to prevent problems when running multiple arch b...Jeremy Soller
2023-12-12Adjust i686 qemu parameters and allow kvm to be specifiedJeremy Soller
2023-12-11Merge branch 'ivan/raspi3bp' into 'master'Jeremy Soller
2023-12-08add command to support qemu-arm64 and qemu-raspi3bIvan Tan
2023-11-23Add `just` to the build dependenciesmattmadeofpasta
2023-11-05Update config.mk to support changed option name for REPO_BINARY=1Ron Williams
2023-10-18Switch qemu sound device from hda-duplex to hda-outputbjorn3
2023-10-03Build redoxfs and redoxfs-mkfs at the same timebjorn3
2023-09-11Clean relibc before buildJeremy Soller
2023-09-11Change d.recipe to u.recipeJeremy Soller
2023-09-09Add d.package target for unfetching, update cookbookJeremy Soller
2023-09-08Fix name of binutils tarballJeremy Soller
2023-09-08Update binutils and gccJeremy Soller
2023-07-07Add option for virtio networkingJeremy Soller
2023-07-07Add vga=virtio qemu optionJeremy Soller
2023-07-07Add QEMU option for rtl8139Jeremy Soller
2023-06-07Allow KVM if host architecture is the same as a guest's oneuuuvn
2023-06-06Add support for non-x86 hostsuuuvn
2023-05-22Build rustlib/src together with prefixuuuvn
2023-05-06Name QEMU windowsJeremy Soller
2023-04-29Fix running qemu with aarch64 on MacOSWill Angenent
2023-04-15Unset CC and CXX before building prefix, since they could interfereWill Angenent
2023-04-04Support aarch64 GUIJeremy Soller
2023-04-02Fix missing ftruncate on MacOSWill Angenent
2023-04-02Remove unnecessary sudo from MacOS umountWill Angenent
2023-04-02Use -u when unsetting env for better portability.Will Angenent
2023-03-21Detect installed fusermount or fusermount3 binaryWill Angenent
2023-03-14Also build redoxfs-mkfs as part of fstoolsJeremy Soller
2023-03-09enable build from mixed source/binary packagesRon Williams