Kacper Słomiński
Kacper Słomiński
### Is your feature request related to a problem? Please describe When compiling for targets other than x86_64, the "Execute the code" option is disabled. ### Describe the solution you'd...
- [x] I have searched the [issues](https://github.com/getpelican/pelican/issues?q=is%3Aissue) (including closed ones) and believe that this is not a duplicate. - [x] I have searched the [documentation](https://docs.getpelican.com/) and believe that my question...
This PR also includes buddy allocator fixes necessary for booting on my laptop (cherry-picked from #421).
This would include for example: - specifying the root partition, - disabling certain block device drivers to avoid them becoming `/dev/sda` (stop-gap measure to help with #322), - disabling functionality...
No IRQs (for command completion for example) arrive unless the driver is forced to use PCI pin IRQs.
Passing through a SteelSeries Rival 3 mouse to QEMU yields the following assert failure: ``` In function operator(), file ../../../src/managarm/drivers/usb/devices/hid/src/main.cpp:309: Assert ion 'local.usage.size() == g lobal.reportCount.value()' failed! ```
As mentioned in managarm/bootstrap-managarm#151, running qemu when running with more than one core causes a page fault in the IPI handling logic (internal linked list of the `async::shared_mutex` is seemingly...
The `synopsis_return` command is not implemented anywhere in the code, yet it's mentioned in the readme.
### Describe the bug When booting Linux with `pci=pcie_scan_all`, an asynchronous SError occurs when looking at the configuration space of non-existent devices (eg. `01:01.0`) during probing for devices on the...
Trying to inject BXT (downloaded from the GH releases) into the Linux version of Half-Life on Arch Linux causes a segmentation fault during BXT initalization, before the game is even...