Andre
Andre
@LucasMW I'm also on macOS (15.1.1 ARM) with zig 0.13.0 installed After tweaking the `make iso` part a bit like this: ``` iso-on-macos: build ramdks git clone --branch v7.x-binary --depth...
@TalonFloof building the ISO on Debian, then running the ISO on Mac works, though  Perhaps the issue is on Zig itself. Oh well, another reason to (still) use Linux...
OK I wiped skift directory and clone the repo again. `./skift.sh image start` still fail, with slightly different error message: ``` Error: Unknown subcommand 'start' Usage: image {build|boot|wasm} [args...] ```...
OK let's try another way ``` $ ./skift.sh image build --format=hdd 0+0 records in 0+0 records out 0 bytes transferred in 0.000004 secs (0 bytes/sec) Error: sgdisk: Command not found...
Now I can build skift. The problem is fixed by installing gptfdisk.... after poking at setup-darwin.sh ``` /skift.sh image build --format=hdd 0+0 records in 0+0 records out 0 bytes transferred...
Sorry for the late reply. Busy with a bunch of deadlines. I will try this on weekend.