summaryrefslogtreecommitdiff
path: root/Meta/bochsrc
AgeCommit message (Collapse)Author
2021-12-28Meta: Add SSE3, SMAP and SMEP to our bochsrcAndreas Kling
- SSE3 makes LibM's trunc() not SIGILL (due to FISTTP). - SMAP and SMEP allow us to exercise more kernel security mechanisms.
2021-06-25Meta: Increase RAM amount for BochsGunnar Beutner
Booting with 128 MB of RAM is kind of tough.
2020-07-01Meta: move Kernel/.bochsrc => Meta/bochsrcEmanuele 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`