Googulator
Googulator
Testing bare-metal bootstrapping on an Asus P5K Premium revealed that the r8169 Ethernet driver is being removed in its entirety by deblob. This driver contains no embedded blobs, only uses...
The included config file for the Linux kernel only enables the e1000 and e1000e Ethernet drivers. These are what qemu emulates, but they are relatively rare on real hardware. This...
The following 2 excerpts are from the same live-bootstrap qemu session. Fiwix reported the memory map as follows: ``` memory 0x0000000000000000-0x000000000009fbff available 0x000000000009fc00-0x000000000009ffff reserved 0x00000000000f0000-0x00000000000fffff reserved 0x0000000000100000-0x00000000bffdffff available 0x00000000bffe0000-0x00000000bfffffff reserved...
- Consistently treat the end / "to" address as an inclusive value, i.e. the highest address that belongs to the range. - Preserve a copy of the memory map as...
Followup to https://github.com/RadeonOpenCompute/ROCm/issues/2625 since further debugging revealed it to be an amdgpu/amdkfd driver issue. When running llama.cpp's server example on ROCm, using an RDNA3 GPU, GPU usage is shown as...
An opportunity to make GIS greater than it ever was: rather than just opening the image as if when clicking the old "View image" button on Google (with inages.google.com as...
My most recent build of the pancsf-midstream kernel goes into a bootloop when loaded by UEFI, using the same DTB and boot options that work well with the stock u-boot....
Hi, In my fork of this repo, I have successfully ported the USB-DP PHY driver from the vendor kernel - for now, it works with the 2nd USB 3.x type-A...
The Linux MMC/SD stack implements command queuing only for eMMCs, not SD cards, and even then, only for host controllers that can manage queues in hardware. Previously, software command queuing...
### Problem Description When running llama.cpp's server example on ROCm, using an RDNA3 GPU, GPU usage is shown as 100% and a high power consumption is measured at the wall...