Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-01 | Add `set -e` to build script | Maximilian 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-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 | Add shell.nix | Maximilian Bosch | |
Because I'm too lazy to take care of system/profile-wide dependencies. | |||
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 | Fix handling of u8 vs usize | Maximilian Bosch | |
Those types can't be casted into each other which caused several compilation errors. | |||
2019-10-31 | Add x86_64 crate | Dennis Kobert | |
2019-10-31 | Add testing to build | Dennis Kobert | |
2019-10-31 | Fix typo in panic screen | Dennis Kobert | |
2019-10-26 | Create a kernel panic screen | natrixaeria | |
2019-10-25 | Add rust-src as source to README | natrixaeria | |
2019-10-25 | Create a print function | natrixaeria | |
2019-10-25 | Create format writer | natrixaeria | |
2019-10-25 | Iink rust binary | Dennis Kobert | |
2019-10-25 | Add Cargo.lock to .gitignore | Dennis Kobert | |
2019-10-25 | Add target x86_64-uff | Dennis Kobert | |
2019-10-25 | Do not build start asm twice | natrixaeria | |
2019-10-25 | Merge branch 'master' of dennis:/var/repos/uff-os | natrixaeria | |
2019-10-25 | Build all asm files automatically in build script | natrixaeria | |
2019-10-25 | Start 64bit mode | Dennis Kobert | |
2019-10-25 | Initialize paging | Dennis Kobert | |
2019-10-25 | Add compatibility checks | Dennis Kobert | |
2019-10-24 | Add error section and init stack | Dennis Kobert | |
2019-10-24 | Build things only if necessary in build script | natrixaeria | |
2019-10-24 | Merge branch 'master' of kobert:/var/repos/uff-os | Dennis Kobert | |
2019-10-24 | Add README.md | Dennis Kobert | |
2019-10-24 | Adapt build script to new file system | natrixaeria | |
2019-10-24 | Merge branch 'master' of kobert:/var/repos/uff-os | Dennis Kobert | |
2019-10-24 | Adapt all build option in build scipt | natrixaeria | |
2019-10-24 | Merge branch 'master' of kobert:/var/repos/uff-os | Dennis Kobert | |
2019-10-24 | Add build kernel-iso option to build script | natrixaeria | |
2019-10-24 | Restructure src files | Dennis Kobert | |
2019-10-24 | Add init and clean option to build script | natrixaeria | |
2019-10-24 | Merge branch 'master' of dennis:/var/repos/uff-os | natrixaeria | |
2019-10-24 | Create a build sh script | natrixaeria | |
2019-10-24 | Update .gitignore | Dennis Kobert | |
2019-10-24 | Add linker script | Dennis Kobert | |
2019-10-24 | Add kernel entry | Dennis Kobert | |
2019-10-24 | Add multiboot header | Dennis Kobert | |