<Emantor>
Unfortunately mu 5.12.4 kernel has borked xhci support on the ASMedia Chip, so my USB dies from time to tim -_-. Still waiting for the NixOS channel to advance…
<Emantor>
I'll reboot this machine and spin up the guest to get my version, brb
<jannau>
I think it is the version I used, let me check quickly in macos
<Emantor>
Yes, Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/DEVELOPMENT_ARM64_T8101 looks to be the same.
<Emantor>
jannau: did you chainload current m1n1.macho beforehand?
<jannau>
the kmutil command prints an error
<jannau>
yes, I've chainloaded
<Emantor>
whats the error?
<jannau>
ti fails to find com.apple.iokit.IOACPIFamily as dependency for com.apple.driver.AppleHPET
<Emantor>
Are you missing the kmutil inspect line? I also updated the sources line to the original kernelshamans blog entry for the cache creation.
<jannau>
yes, that is without the inspect line
<Emantor>
Could be that you need another `-r /Library/Developer/KDKs/KDK_11.4_20F71.kdk/System/Library/KernelExtensions` or something like that.
<Emantor>
You
<Emantor>
need the inspect line, otherwise not all extensions are found.
<jannau>
yes, my fault it was printing a different error without and it looked garbled but was only a typo in the path
<jannau>
still generates the same file which fails
<Emantor>
hm, you are running the same commandline with -- "cpus=1 debug=0x14e…" as in the wiki entry? Than I am out of ideads.
<jannau>
yes. the only idea I have is to do everything from the second mac os install with relaxed security
<Emantor>
I did everything on the "primary" macOS installation, since the development/Linux one isn't accessible with m1n1 running.
<jannau>
ok, I did the same. switching between m1n1 and mac os on the secondary install is not that much more inconvenient than booting the primary mac os install
<Emantor>
Are you sure CTRR is disabled for the correct Boot Volume?
<Emantor>
bputil has -c, --disable-kernel-ctrr
NicoK has joined #asahi-dev
bps has quit [Ping timeout: 480 seconds]
NicoK has quit [Remote host closed the connection]
bps has joined #asahi-dev
klltkr has quit [Quit: My MacBook Air has gone to sleep. ZZZzzz…]
<bloom>
how do I switch clip space to -1, 1 hnnngh
* bloom
cheated
<marcan>
jannau: do you have ctrr disabled?
<marcan>
oh Emantor already said that
<marcan>
also heck, how does chainloading even work with ctrr?
<Emantor>
Maybe you have to ask nicely through an IMPDEF register to turn it on?
<sven>
"Thus, the regions that are locked down are all __TEXT segments of coprocessor firmwares; this strongly suggests that Apple has added a new mitigation to make coprocessor __TEXT segments read-only in physical memory, similar to KTRR on the AMCC (probably Apple's memory controller) but for coprocessor firmwares instead of just the AP kernel. This