Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Implement simple option to override grub-i386 dirs | Maximilian 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-31 | Fix several minor shell script issues | Maximilian Bosch | |
Minor variable naming and function naming issues. Also use `bash` and use POSIX-compliant `/usr/bin/env`. | |||
2019-10-31 | Add testing to build | Dennis Kobert | |
2019-10-26 | Create a kernel panic screen | natrixaeria | |
2019-10-25 | Create a print function | natrixaeria | |
2019-10-25 | Iink rust binary | Dennis Kobert | |
2019-10-25 | Do not build start asm twice | natrixaeria | |
2019-10-25 | Build all asm files automatically in build script | natrixaeria | |
2019-10-24 | Build things only if necessary in build script | natrixaeria | |
2019-10-24 | Adapt build script to new file system | natrixaeria | |
2019-10-24 | Adapt all build option in build scipt | natrixaeria | |
2019-10-24 | Add build kernel-iso option to build script | natrixaeria | |
2019-10-24 | Add init and clean option to build script | natrixaeria | |
2019-10-24 | Create a build sh script | natrixaeria | |