sid-agrawal / OSmosis

1 stars 0 forks source link

Debug the VMM #42

Open sid-agrawal opened 1 month ago

sid-agrawal commented 1 month ago

Details of the effort so far are on the wiki This is linked to

sid-agrawal commented 1 month ago

One thing to do would be to boot a very simple image as a VM in CellulOS. Something like this:

git clone git@github.com:achreto/arm-fastmodels-boot.git
git fetch && git checkout qemu
make run_qemu
sid-agrawal commented 1 month ago

This might be relevant if we are running into device tree issues:

Then these:

Device Tree - Wiki - Open Source Software and Platforms - Arm Community

[DeviceTree](https://www.devicetree.org/)

sid-agrawal commented 1 month ago

Further on, if we want to make hypercalls from the guestOS to seL4, we can use this example: