summaryrefslogtreecommitdiff
path: root/kernel/build.sh
AgeCommit message (Collapse)Author
2019-11-01Add `set -e` to build scriptMaximilian Bosch
To ensure that the build stops after build errors. Also fixed several minor issues in the script to ensure that the build process mostly runs successfully with and doesn't break due to file operations when preparing the build env.
2019-10-31Implement simple option to override grub-i386 dirsMaximilian Bosch
For people with some weird hipster-OS which doesn't have a `/usr/lib` the current script breaks. Allowing to override the path with an environment variable seems to be the easiest way to solve this issue for now.
2019-10-31Fix several minor shell script issuesMaximilian Bosch
Minor variable naming and function naming issues. Also use `bash` and use POSIX-compliant `/usr/bin/env`.
2019-10-31Add testing to buildDennis Kobert
2019-10-26Create a kernel panic screennatrixaeria
2019-10-25Create a print functionnatrixaeria
2019-10-25Iink rust binaryDennis Kobert
2019-10-25Do not build start asm twicenatrixaeria
2019-10-25Build all asm files automatically in build scriptnatrixaeria
2019-10-24Build things only if necessary in build scriptnatrixaeria
2019-10-24Adapt build script to new file systemnatrixaeria
2019-10-24Adapt all build option in build sciptnatrixaeria
2019-10-24Add build kernel-iso option to build scriptnatrixaeria
2019-10-24Add init and clean option to build scriptnatrixaeria
2019-10-24Create a build sh scriptnatrixaeria