Luis Hebendanz

Results 13 issues of Luis Hebendanz

Hello, in the blog post [hardware-interrupts](https://os.phil-opp.com/hardware-interrupts) there has been forgotten to set the spurious interrupt handlers. Spurious interrupts don't seem to happen in a virtual machine but if you deploy...

Hello, the python bindings for the riscv backend are missing~

Hello, On NixOS the ELF loader has a different path, which makes pre-compiled binaries useless. I would like to know how to build every dependency from source with conan? I...

The generated rust library does not get copied to result/lib even though copyLibs is set to true The [lib.rs ](https://gist.github.com/Luis-Hebendanz/b84a00f2dce9798964d09466466ab3c5) file used ```nix { inputs = { naersk.url = "github:nmattia/naersk/master";...

## Issue description nix-locate crashes if you try to pipe the results in bash. Only breaks if there is more then one result returned by nix-locate. ### Steps to reproduce...

bug
c: querying

Hello~ I'm using lldb to debug a binary running in qemu-kvm. Normal breakpoints however don't work in kvm, only hardware breakpoints do `breakpoint set -H `. I wanted to ask...

enhancement

I added three new DHCP options for PXE boot defined in this [RFC4578](https://datatracker.ietf.org/doc/html/rfc4578) Appropriate tests have been added too. I also added two option fields vendor id and time offset...

Added new registers: - mtrrcap - mtrrdeftype - mtrrfix64k00000 - mtrrfix16k80000 - mtrrfix16ka0000 - mtrrfix4kc0000 - mtrrfix4kc8000 - mtrrfix4kd0000 - mtrrfix4kd8000 - mtrrfix4ke0000 - mtrrfix4ke8000 - mtrrfix4kf8000 - mtrrphysmask0 -...

waiting-on-author

mm::read_phys uses read_volatile, read_volatile however requires the pointer to be aligned by the size of the pointer given when in debug mode. This will break in situations like acpi discovery...

Feature request: Parse references and add them as links. Maybe instead of txt use Markdown, then links are clickable ^^