Adrian-Ken Rueegsegger
Adrian-Ken Rueegsegger
> I figured it'd be easier for unikernel developers to just have PCIe devices "magically" show up in a fixed place (like an array at address `0xwhatever` containing pointers to...
I would strongly suggest to find a simpler way than integrating (parts of) ACPI. According to the section [Stopping and starting a VM](https://cloud.google.com/compute/docs/instances/stop-start-instance) of the GCE documentation, when one initiates...
It looks unrelated to `muen`. Am I understanding it right, that the linker warning is there because the `.note.GNU-stack` section is discarded and the linker then assumes that the stack...
I did some reading [1] on this because I noticed we have this warning as well when linking certain components in the Muen project. Since the warning is emitted by...