Re: [9fans] NIX experience

2025-01-06 Thread ori
I forgot to say -- cloning over ssh is reliable for me, so if you set up ssh keys on github, that should be sufficient for now. Quoth o...@eigenstate.org: > As far as I can tell, it's a github bug. I've opened > a discussion: > > https://github.com/orgs/community/discussions/148609 > >

Re: [9fans] NIX experience

2025-01-06 Thread Ron Minnich
FYI, as of today, I can not git clone github.com/rminnich/nix-os with the 9front git. I've asked Ori to take a look. Once I can do that, I'll start a NOTES file -- I think Charles called his NOTES, or was it Notes, Charles, either way, I'll follow your model :-), as a way to record our progress. I'

Re: [9fans] NIX experience

2025-01-06 Thread tlaronde
On Sun, Jan 05, 2025 at 10:46:16PM -0800, Ron Minnich wrote: > Do people have a preferred place to start from? > > I'm inclined to something like this: > g...@github.com:rminnich/nix-os.git > > grab that, cd nix/sys/src/nix/k10 > mk > > and see how it goes. We need a shared place to record our e

Re: [9fans] NIX experience

2025-01-06 Thread ori
As far as I can tell, it's a github bug. I've opened a discussion: https://github.com/orgs/community/discussions/148609 Quoth Ron Minnich : > FYI, as of today, I can not git clone github.com/rminnich/nix-os with > the 9front git. I've asked Ori to take a look. Once I can do that, > I'll

Re: [9fans] NIX experience

2025-01-06 Thread ori
It's not just 32 bit, it depends on the quirks of i386 segmentation registers. It's never going to run on any processor other than a 32-bit 386. Quoth Ben Huntsman : > Hi guys- >I don't mean to take too much of a tangent, but since the nix-os repo > includes a pre-built copy of 9vx for OSX, h

Re: [9fans] NIX experience

2025-01-06 Thread Ben Huntsman
Hi guys- I don't mean to take too much of a tangent, but since the nix-os repo includes a pre-built copy of 9vx for OSX, has anyone looked at updating 9vx to be able to compile on newer Mac OS versions? One of the big problems is that it's very 32-bit which Apple doesn't support compiling fo

Re: [9fans] NIX experience

2025-01-06 Thread Ron Minnich
yep, I set up ssh keys, git pull is fine, next step is try to figure out how to build it again. ron On Mon, Jan 6, 2025 at 3:25 PM wrote: > > I forgot to say -- cloning over ssh is reliable for me, so > if you set up ssh keys on github, that should be sufficient > for now. > > Quoth o...@eigenst

Re: [9fans] NIX experience

2025-01-06 Thread Ben Huntsman
So basically there's no getting 9vx to work on modern Mac OS (on Intel, I don't mean ARM)? That's truly unfortunate. From: o...@eigenstate.org Sent: Monday, January 6, 2025 3:02 PM To: 9fans@9fans.net <9fans@9fans.net> Subject: Re: [9fans] NIX experience It's no

Re: [9fans] Arduino programming on plan 9

2025-01-06 Thread Lucio De Re
On 2025/01/04 01:46, Charles Forsyth wrote: I noticed a few directories were still GPL; they are now MIT. Just because it was a bit obscured (and I tend to be a little slow): https://github.com/forsyth/avr.git Lucio. -- 9fans: 9fans Permalink: htt

Re: [9fans] NIX experience

2025-01-06 Thread Ron Minnich
Do people have a preferred place to start from? I'm inclined to something like this: g...@github.com:rminnich/nix-os.git grab that, cd nix/sys/src/nix/k10 mk and see how it goes. We need a shared place to record our experiences -- suggestions? I think our goal this week should be that we figure