GuillaumeDIDIER
GuillaumeDIDIER
Output in fault handlers is a very tricky problem. For panic message output, you probably need to have a dedicated unsafe panic-printing facility. More generally printing is probably one of...
gamozolabs/orange_slice may be an intersting ressource given that it has a PXE bootloader.
It may depend on optimization level, but a kernel that has +mmx, +sse enable, opt level 0 and calls panic!() appears to end up having some nice SSE instruction used...
Just got affected by that issue using the spike simulator + the SDL library (which includes the arm_neon header on ARM in its public headers) While I was able to...
In other news, it worked great to read my Asahi Linux disk, `sudo linsk run dev:/dev/disk0sX vdb` Do you want me to make a PR to hint that you can...
I haven’t sorted out my original issue (wanted to mount the disks of some old virtual machines). I’ll make a PR with the other thing I found though !
Before I implement the whole parsing, I wouldn't mind a review of the design. I am also considering changing Heterogeneous to Hybrid, and Homogenous to something simpler to spell, if...
Note, because adding more vendor in the future seems possible, I've marked the Vendor enum as non_exhaustive, and all the micro-architecture ones will also be non_exhaustive. This is a breaking...
> > Note, because adding more vendor in the future seems possible, I've marked the Vendor enum as non_exhaustive, and all the micro-architecture ones will also be non_exhaustive. > >...
I have also found a very helpful source, which is Intel own code in the linux kernel https://github.com/torvalds/linux/blob/master/arch/x86/include/asm/intel-family.h