IRC channel logs

2021-12-15.log

back to list of logs

<damo22>Pellescours: rump 9.99 does not work yet, we still need to implement the missing hypercalls, but you can test old rump
<damo22>--enable-ide i think enables both ide and ahci probing if i recall
<damo22>you probably need to hack the source
<Pellescours>damo22: that’s what I did :)
<Pellescours>I know that we need to implement the missing hypercalls, I just don’t know how to implement them (for pci_intr_allocate I understand I’ll need to do a malloc but of which size…)
<Pellescours>I’m able to run the old rump and the new one. but because I put a panic("unimplemented) to the undefined functions but pci_intr_allocate is called, so I have to do the real implementation