ChanServ changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
ellyq has quit [Ping timeout: 480 seconds]
dimilar has joined #asahi-dev
gabuscus has quit []
kunzite has quit [Ping timeout: 480 seconds]
gabuscus has joined #asahi-dev
amarioguy has quit [Remote host closed the connection]
CoD_Segfault has quit [Ping timeout: 480 seconds]
CoD_Segfault has joined #asahi-dev
WindowPa- is now known as WindowPain
Lightsword has quit [Quit: ZNC]
kunzite has joined #asahi-dev
Lightsword has joined #asahi-dev
kunzite has quit [Quit: Leaving.]
<maz>
sven: ah, good job! at least we will suffer from the same leftover bugs! :D
<sven>
:D
<sven>
haven’t found any so far
<sven>
But thanks to that thing I can now run my code from my couch instead of having to sit at my desk with the mac mini :)
<maz>
hahahah!
<maz>
I specially enjoy doing that while on the train...
<maz>
box has crashed? no problem!
<sven>
oh, good point
<sven>
let me setup a vpn to do that as well :)
<maz>
next thing you know, you'll setup a console server with integrated reset control.
<maz>
(I toyed with the idea of implementing some basic IPMI support, but like is too short fr that)
<sven>
hahaha, ipmi is such a mess :)
<sven>
I just have it connected to an old raspberry pi I had lying around which sits on top of the Mac mini now
<maz>
that's what I've done. except that there is a 32-port USB2 hub with all the zoo connected to it, and conserver to interact with it.
<sven>
conserver looks useful
leitao has joined #asahi-dev
leitao has quit [Remote host closed the connection]
<maz>
yeah, I really like the automatic logging, so that I don't have to worry about capturing stack traces. and being able to add basic scripting to it helps with some limited automation.
leitao has joined #asahi-dev
bisko has joined #asahi-dev
bisko has quit []
leitao has quit []
<sven>
yeah, I’m mostly interested in the logging and always having something listen on the serial port
<kettenis>
never got the hang of conserver; using a scripts that kicks off a few tmux sessions ;)
<kettenis>
marcan: did you document the oslog rtkit endpoint somewhere?
leitao has joined #asahi-dev
nsklaus has joined #asahi-dev
leitao has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mikelee has joined #asahi-dev
leitao has joined #asahi-dev
cylm has joined #asahi-dev
cylm has quit [Ping timeout: 480 seconds]
<marcan>
kettenis: we just ignore it other than the buffer request, I think I mentioned this earlier?
<marcan>
u-boot needs to just answer the buffer request with a chunk stolen from the end of the MTP SRAM to make it work (that's the easiest way I can think of)
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mikelee has quit [Ping timeout: 480 seconds]
mikelee has joined #asahi-dev
mikelee has quit [Ping timeout: 480 seconds]
mikelee has joined #asahi-dev
mikelee has quit [Ping timeout: 480 seconds]
mikelee has joined #asahi-dev
mikelee has quit [Ping timeout: 480 seconds]
mikelee has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mkurz has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mikelee has quit [Ping timeout: 480 seconds]
mikelee has joined #asahi-dev
mikelee has quit [Read error: Connection timed out]
mikelee has joined #asahi-dev
cylm_ has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
mikelee has quit [Remote host closed the connection]
mikelee has joined #asahi-dev
dimilar has quit [Remote host closed the connection]
c10l has quit [Quit: Bye o/]
c10l has joined #asahi-dev
mkurz has quit [Ping timeout: 480 seconds]
mikelee has quit [Remote host closed the connection]
<kettenis>
marcan: I meant the bit you figured out your initial guess at the size and address fields was wrong
thelounge60655 has quit [Remote host closed the connection]
thelounge60655 has joined #asahi-dev
salimterryli has joined #asahi-dev
SalimTer- has quit [Ping timeout: 480 seconds]
nehsou^ has joined #asahi-dev
mkurz has joined #asahi-dev
systwi has quit [Ping timeout: 480 seconds]
<marcan>
kettenis: ohh that, yeah, I should fix that. IIRC the split is just off by 12 bits, so APPLE_RTKIT_OSLOG_SIZE should start at 36 and IOVA end at 35, and SIZE is in bytes, not 4k pages.