IRC channel logs
2025-05-01.log
back to list of logs
<sneek>ZhaoM, gnucode says: if you have some free time after adding a birth timestamp to ext2fs...maybe you can add checksumming, snapshots, send/receive, RAID support. You know...the easy filesystem things. :) <sneek>ZhaoM, youpi says: birth time is not really a priority. See the contributing page, 64bit time would be more useful (we will have to have it by 2038) <ZhaoM>damo22: do you have IDE interface on your laptop which can boot with rumpdisk? <ZhaoM>I suspects there will be some issues when the machine has both SATA controller and IDE interface <damo22>i dont think it will be an issue, one will come up as wd0 and another will have a different name <damo22>both drivers are linked to rumpdisk <ZhaoM>when I boot qemu with without -M q35 with adding -device ahci,id=ahci, i.e. having SATA controller and IDE interface <ZhaoM>when poweroff it will generate a lot of device 'timeout reading fsbn' and hang <ZhaoM>Is there a way to remove the IDE interface and only use SATA controller in qemu? <damo22>you could hack the default machine configuration <ZhaoM>Yes I'm looking for how to hack the default configuration <ZhaoM>maptime_read is less accurate than host_get_time64 <ZhaoM>youpi: is this the optimal method? I mean is it *correct*? <youpi>it's the right way to get a 64b time on gnumach, yes <ZhaoM>sneek later tell youpi I'm thinking about the delay issue. maptime_map() has lower latency than host_get_time64() as the latter is a RPC <ZhaoM>Monolithic kernel's system call does not need to consider this issue. The previous hurd developers used vm_map to avoid the delay. <ZhaoM>But the resolution will be restricted :/. <ZhaoM>p4r4D0xum: Got it, thanks :) <youpi>sneek: later tell ZhaoM yes mapping the time is more efficient but not that very convenient, calling the RPC is fine, it's not that expensive <sneek>Welcome back youpi, you have 1 message! <sneek>youpi, ZhaoM says: I'm thinking about the delay issue. maptime_map() has lower latency than host_get_time64() as the latter is a RPC