Max Wipfli
Max Wipfli
> > As a pre-requisite, we will need an LZMA2 implementation before we can support XZ archives. > > I believe @MaxWipfli is currently looking into this already. :^) Yes,...
> The approach taken in #6557 was to URL encode characters such as 0x0a and 0x0d to resolve issues with CRLF new line injection in HTTP requests. This change applied...
I looked into this: Metadata is updated when: - a new document is loaded, - the currently selected page changes, or - the zoom level changes. However, it is crucially...
I spent quite some time trying to track this down today. First of all, this happens with `` in general, so it has a very simple reduction. The reason this...
It is possible to attempt booting Linux using the faster Verilator simulator. The idea is to bundle Linux image (instead of U-Boot) with OpenSBI and chain-load it directly, as suggested...
Further notes regarding booting Linux: 1. I had to disable `BR2_PACKAGE_RAMSPEED` in `sw/deps/cva6-sdk/buildroot64_defconfig`, as the upstream URL of that package seems to be unreachable. 2. I had to change `earlyprintk`...
> Hello! I tried to reproduce your steps, but I'm facing an issue with the missing `oseda` tool. Is there a guide on how to install it? A web search...
> I finally had some time to look into this, and got to the handoff between OpenSBI and the kernel. Not sure how long output is supposed to take from...
Before I forget, here are the slides of my presentation on the work I did for this course project: [cheshire_verilator_project.pdf](https://github.com/user-attachments/files/22710283/cheshire_verilator_project.pdf) These mostly focus on the performance aspect, though.
> Thanks for the info, that's very helpful 👍 > > I could reproduce the boot up to the SW IOTLB init, where it gets stuck. Sadly, while [verilator/verilator#5350](https://github.com/verilator/verilator/issues/5350) is...