IRC channel logs

2024-03-27.log

back to list of logs

<Gooberpatrol66>TIL there's a "google season of docs" that might be useful to hurd https://opensource.googleblog.com/2024/02/announcing-google-season-of-docs-2024.html
<damo22>yay irqhelp is merged
<damo22>time to refactor pci-userspace
<solid_black>hi
<Pellescours>yay
<Pellescours>still blocked for SMP by gsync deadlock?
<solid_black>I thought the patches for the gsync deadlock were pushed
<solid_black>rather, waiting on me to go back to that "HACK HACK HACK" patch
<damo22>we fixed gsync deadlock
<damo22>but yes, solid_black we need your vm_map patch
<almuhs>hi. There are a linker error when I compile upstream's gnumach with NCPUS=1
<almuhs>ext$/d; /^_edata$/d; /^_end$/d;' gnumach-undef > gnumach-undef-bad
<almuhs>if test -s gnumach-undef-bad; \
<almuhs>then cat gnumach-undef-bad; exit 2; else true; fi
<almuhs>unmask_irq
<almuhs>make: *** [Makefile:9966: libgcc-routines.o] Error 2
<almuhs>rm i386/i386/i386asm.symc.o i386/i386/i386asm.symc
<almuhs>compiling with NCPUS > 1 there are not the error
<youpi>almuhs: I guess you had apic enabled
<youpi>almuhs: I pushed a fix
<almuhs>thanks