aokblast
aokblast
All of the problems are fixed. However, FreeBSD doesn't load PT_NOTE segment originally and I add it yesterday in [this](https://reviews.freebsd.org/D43757) patch with this LLDB patch at the same time. Currently,...
Oh, yes, you are right. I am just thinking about the same thing. XD
Sorry but please wait, there is still some problems. FreeBSD kernel has several types of dump. Currently, this check works on /dev/mem and full memory dump. However, for minimal dump,...
I extend this feature to all kernel module in [here](https://reviews.freebsd.org/D45161/new/). Then I will write the corresponding code for LLDB later. Since kernel is also in linker_files structure. So I convinced...
I have tested on Meteor Lake (thought it is unstable in v6.6) and it works fine when entering xorg. But there are problems happen at drmfb as the picture shows....
All of the value are zeros.
Hmm, I don't find the corresponding quirk in the original Linux kernel source. Maybe it is just unstable. I found intel says Meteor Lake Arc graphic is stable at 6.8.
Hello, I try the kernel and drm from your branch on Meteor Lake (The pci id is same as @emaste's one) by following your instructions and logging into X and...
> @aokblast check the patch referenced in [#332 (comment)](https://github.com/freebsd/drm-kmod/pull/332#issuecomment-2585288390), I had similar corruption when testing 6.7 solved by that change Tried it. The screen is teared without firmware. With firmware,...
Sorry for misuse extern "C" in code, I just try modifying all header until my code successfully compiled. Fix it right now!