IRC channel logs

2025-02-21.log

back to list of logs

<youpi>damo22: I have uploaded gcj-6 both for hurd-amd64 and hurd-i386 to unreleased ; hurd-i386 should be getting installed there within 6h
<ZhaoM>youpi: like what you mentioned in the email using `device_open (bootstrap, D_READ, "hd0", &disk_device);` in storeio to open 'hd0'
<ZhaoM>but what should we do with disk_device?
<ZhaoM>My guess is that we need to do what pci-arbiter, acpi, and rumpdisk do: use machdev_trivfs_init () so ext2fs can device_open('hd0s1')
<ZhaoM>but I got stuck at machdev_register()
<youpi>ZhaoM: you can call store_device_create
<youpi>so you get a struct store
<youpi>and then you can serve access to it with libmachdev yes
<ZhaoM>ok