Re: [9fans] u-root srvfiles command works fine on Plan 9

2025-02-06 Thread sirjofri
06.02.2025 01:07:06 ron minnich : > As a test I built and ran the u-root srvfiles command on 9front.  > > srvfiles is a dead-simple http server I used at google when I needed an easy > way to get files from here to there and did not have a lot of time to fool > around with keys and such. That's

Re: [9fans] NIX OS: TODOs

2025-02-06 Thread Cody Holliday
Hey Ron, Looks like you didn't check in the implementation of execac. Happy February :) Cody On 07/02/2025 01:39, ron minnich wrote: and for the last thing for the day: 1. mwait usage is back in 2. original nix bug from 2011 fixed (see commits) 3. execac command from nix is added back ok, so

Re: [9fans] NIX OS: TODOs

2025-02-06 Thread ron minnich
I'm doing a tiny bit at a time. qemu-system-x86_64 -kernel ~/Downloads/9pc64-3 -cdrom ~/Downloads/9front-10811.amd64.iso -smp 4 starts NIX, and I have set up core 1 as an AC. It panics in acmmuswitch So there's something for someone to chew on. I've been able to ditch a bit of NIX infra that is

Re: [9fans] NIX OS: TODOs

2025-02-06 Thread ron minnich
and for the last thing for the day: 1. mwait usage is back in 2. original nix bug from 2011 fixed (see commits) 3. execac command from nix is added back ok, somebody, give it a whirl. On Thu, Feb 6, 2025 at 3:59 PM ron minnich wrote: > ok we have nix > > > core 0:Calling testicc ... > core 0:c

Re: [9fans] NIX OS: TODOs

2025-02-06 Thread ron minnich
ok we have nix core 0:Calling testicc ... core 0:calling core 1... Set testicc to 80110d87 core 1:acsched: cpu1: fn 0x80110d87 core 1:called: <1> core 1:acsched: cpu1: idle core 1:acstackok is ok core 1:m is 8002b000 core 1:m->icc is 80042680 core 1:m->icc->fn is

Re: [9fans] NIX OS: TODOs

2025-02-06 Thread ron minnich
Calling testicc ... Done that's the first attempt to call an icc in quite a while. one weird thing: either qemu does not implement mwait (unlikely) or we're not enabling it (likely) I'll see. On Thu, Feb 6, 2025 at 3:06 PM ron minnich wrote: > I'm doing a tiny bit at a time. > qemu-system-x8

Re: [9fans] u-root srvfiles command works fine on Plan 9

2025-02-06 Thread ron minnich
webbox looks quite nice, thanks for the tip! On Thu, Feb 6, 2025 at 5:51 AM sirjofri wrote: > 06.02.2025 01:07:06 ron minnich : > > > As a test I built and ran the u-root srvfiles command on 9front. > > > > srvfiles is a dead-simple http server I used at google when I needed an > easy way to get