Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-28 | Meta: Add SSE3, SMAP and SMEP to our bochsrc | Andreas Kling | |
- SSE3 makes LibM's trunc() not SIGILL (due to FISTTP). - SMAP and SMEP allow us to exercise more kernel security mechanisms. | |||
2021-06-25 | Meta: Increase RAM amount for Bochs | Gunnar Beutner | |
Booting with 128 MB of RAM is kind of tough. | |||
2020-07-01 | Meta: move Kernel/.bochsrc => Meta/bochsrc | Emanuele Torre | |
The run script is not in Kernel/ anymore, let's move `.bochsrc` in Meta/ so that it can be used with the new build system. Also make bochs use `grub_disk_image` instead of `_disk_image` |