Ethin Probst
Ethin Probst
@phil-opp I should clarify: I don't know where the 3000h is coming from. The 18000000000h part is my page table virtual offset. That is, this is the code that causes...
Update (just commenting again so people using emails see this): the other issue is that I don't really see any other way of passing the strong enum values to kernels....
Okay, so... This I don't get. In the bootloader we have this code: ``` use uefi::table::boot::MemoryType as M; match M(other) { M::LOADER_CODE | M::LOADER_DATA | M::BOOT_SERVICES_CODE | M::BOOT_SERVICES_DATA | M::RUNTIME_SERVICES_CODE...
I've been looking at developing a PW backend, but one major problem I see is the main loop. A PipeWire application requires a main loop object to be created. An...
@ishitatsuyuki Yep, that's exactly what the PipeWire documentationstates: > The pipewire library is not really thread-safe, so pipewire objects do not implement Send or Sync. > However, you can spawn...
So, glad to see this working group (I didn't even know it existed, haha). Working on an OS in Rust following phil-opp's OS development tutorial -- and loving rust even...
I would highly recommend Pandoc, then. It can help you get pretty far on that little project; it may not produce the exact equivalent that you want (in -- say...
What makes this harder is the way that the specification presents instructions. Its hard for me (for instance) to interpret this (HTML translation with Pandoc): ``` M@R@F@R@O & & &...
Sorry for getting back to this so late. @mariomac How did you compile the spec with tlatex? Did you just alter the makefile and change all the pdflatex references to...
This is something that I've been working on whenever I'm able (which really isn't much) using MdBook. My idea is to contain a list of all instructions sorted by extension,...