Fabian
Fabian
Another update would be nice, e.g. for `struct clone_args`.
The commands table in my history.db has 470000 rows.
> However, when I make this change, running the game of life inside the tiny screen in the shell (following [the quickstart](https://github.com/akkartik/mu/tree/main/shell#readme) and then pressing ctrl+s) slows down a lot....
The first one is #845. The second one is crashing. The third one you can make progress by commenting out the assertion, but it will also run into #845 afterwards.
This is likely a bug in v86's ne2k implementation.
This seems to be working now. Not sure if it was a change in v86 or kolibrios. 
virtio would be the "modern" option, we've received support for that recently, but it requires a driver in the guest OS: https://github.com/copy/v86/pull/949 Using the serial port is a reasonable option...
@JoeOsborn Thanks! I will try to look into this in the coming days.
This causes some problems on Linux: There are some 0-bytes drives: ``` [ 32.946240] sd 1:0:1:0: [sdc] 0 512-byte logical blocks: (0 B/0 B) [ 32.946845] sd 1:0:1:0: [sdc] Write...
@JoeOsborn Sorry, here is a better reproduction: Boot with [linux4.iso](https://k.copy.sh/linux4.iso) as cdrom and tinycore (or anything else) as hard drive, set boot order to CD first. `fdisk /dev/sr0` hangs, but...