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
mps_ has joined #asahi-dev
mps has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
nicolas17 has quit [Ping timeout: 480 seconds]
nicolas17 has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
pthariensflame has joined #asahi-dev
pthariensflame has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
pthariensflame has joined #asahi-dev
ece3471603 has joined #asahi-dev
ece3471607 has joined #asahi-dev
ece3471602 has joined #asahi-dev
ece3471608 has joined #asahi-dev
ece347160 has quit [Ping timeout: 480 seconds]
ece3471603 has quit [Ping timeout: 480 seconds]
ece3471607 has quit [Ping timeout: 480 seconds]
ece3471602 has quit [Ping timeout: 480 seconds]
ece3471608 has quit [Ping timeout: 480 seconds]
pthariensflame has quit [Quit: Textual IRC Client: www.textualapp.com]
HitokiriKincho has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
Halian has quit [Quit: Going offline, see ya! (www.adiirc.com)]
ddxtanx has quit [Remote host closed the connection]
tobhe_ has joined #asahi-dev
pb17 has joined #asahi-dev
tobhe has quit [Ping timeout: 480 seconds]
beastd has joined #asahi-dev
sudtho has joined #asahi-dev
beastd|2 has quit [Ping timeout: 480 seconds]
sudtho has quit [Ping timeout: 480 seconds]
ddxtanx has joined #asahi-dev
nora has joined #asahi-dev
nora_ has quit [Ping timeout: 480 seconds]
yuyichao_ has quit [Ping timeout: 480 seconds]
HitokiriKincho has quit [Remote host closed the connection]
pb17 has quit [Ping timeout: 480 seconds]
HitokiriKincho has joined #asahi-dev
HitokiriKincho has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
pb17 has joined #asahi-dev
sudtho has quit [Remote host closed the connection]
sudtho has joined #asahi-dev
ddxtanx has quit [Remote host closed the connection]
ddxtanx has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
VinDuv has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
VinDuv has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
axboe has quit [Read error: Connection reset by peer]
pb17 has joined #asahi-dev
axboe has joined #asahi-dev
catred has quit [Read error: Connection reset by peer]
catred has joined #asahi-dev
yuyichao_ has joined #asahi-dev
chaos_princess has quit [Quit: chaos_princess]
chaos_princess has joined #asahi-dev
thunfisch has quit [Ping timeout: 480 seconds]
thunfisch has joined #asahi-dev
<fl0_id> so as somebody was saying eventually a no_std apfs driver was needed - would it be a good idea to add this to https://codeberg.org/RatCornu/efs
<fl0_id> (so far only supports ext2, but said to be meant to include others, is no_std and I assume might have some primitives etc that maybe can be reused or built upon)
<chaos_princess> technically, we do not need a "real" apfs driver
<chaos_princess> specifically we need just enough apfs to find a single partition with a specific role bit, open a single file on it, and do r/w to it
<j`ey> (in m1n1)
<chaos_princess> probably can even skip doing real CoW and do it in-place
<chaos_princess> and yes, it all will be vendored into m1n1, and probably also kernel
<fl0_id> oki. that makes sense. and probably decereases scope and size
<fl0_id> though prob it still needs to know something about containers I assume
<chaos_princess> no, just check if the role bit is set and go
<fl0_id> oh ok
<chaos_princess> i already wrote "just enough apfs to get a list of containers" for another thing (asahi-bless)
<fl0_id> k
pb17 has quit [Ping timeout: 480 seconds]
<fl0_id> chaos_princess though that uses std right?
<chaos_princess> yes, but all of it is in the `pread` function, and that can be swapped out without much trouble
<fl0_id> chaos_princess ok
<fl0_id> I just thought it seems to use more from std https://github.com/AsahiLinux/asahi-nvram/blob/master/asahi-bless/src/lib.rs
<fl0_id> (or is that a different thing?)
<fl0_id> like Cow and HashMap for example, or are these also in Core?
<chaos_princess> cow is in core, hashmap would need to be replaced
<fl0_id> ok
pb17 has joined #asahi-dev
nairda has joined #asahi-dev
pjakobsson has quit [Remote host closed the connection]
sand4rt has joined #asahi-dev
dcavalca8569 has quit []
dcavalca8569 has joined #asahi-dev
johey has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
johey has joined #asahi-dev
gylli251 has joined #asahi-dev
<gylli251> Hello, only thing keeping my from completely switching to asahi is DP-alt mode. is there a branch that can i watch for progress or possibly help with? or is it just the asahi-wip one?
pb17 has joined #asahi-dev
gylli251 has quit [Remote host closed the connection]
pjakobsson has joined #asahi-dev
nela has quit [Remote host closed the connection]
john-cabaj has joined #asahi-dev
nela has joined #asahi-dev
sand4rt has quit [Ping timeout: 480 seconds]
<nickchan> fwiw I also ran into OF: bad cell count in my tests for the i2c pmus on iphones though my "solution" is jut not not have a size field
<nickchan> (direct equivalent for spmi pmus on asahi which also have that problem)
pb17 has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
pb17 has joined #asahi-dev
mariogrip430 has quit [Quit: The Lounge - https://thelounge.chat]
mariogrip430 has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
wyes has quit [Read error: Connection reset by peer]
wyes has joined #asahi-dev
sand4rt has joined #asahi-dev
sand4rt has quit []
sand4rt has joined #asahi-dev
yuka has quit [Remote host closed the connection]
yuka has joined #asahi-dev
yuka has quit [Remote host closed the connection]
yuka has joined #asahi-dev
sudtho has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
eh has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
sudtho has quit [Remote host closed the connection]
sudtho has joined #asahi-dev
johey has quit [Quit: ZNC 1.9.1 - https://znc.in]
johey has joined #asahi-dev
psykose has quit [Remote host closed the connection]
eh has quit [Quit: Konversation terminated!]
eh has joined #asahi-dev
psykose has joined #asahi-dev
bjoto has quit [Remote host closed the connection]
sand4rt has quit [Quit: WeeChat 4.5.1]
sand4rt has joined #asahi-dev
pb17 has joined #asahi-dev
johey has quit [Ping timeout: 480 seconds]
johey has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
eh has quit [Quit: Konversation terminated!]
eh has joined #asahi-dev
johey has quit [Quit: ZNC 1.9.1 - https://znc.in]
sudtho has joined #asahi-dev
johey has joined #asahi-dev
nyx_o has quit [Quit: WeeChat 4.5.1]
Sebastian2 has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
nyx_o has joined #asahi-dev
Sebastian2 has quit [Quit: Sebastian2]
pb17 has quit [Ping timeout: 480 seconds]
HitokiriKincho has joined #asahi-dev
HitokiriKincho has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
emilia-miki has joined #asahi-dev
emilia-miki has quit [Remote host closed the connection]
eh has quit [Ping timeout: 480 seconds]
Hitokiri_ has joined #asahi-dev
Hitokiri_ has quit []
sudtho has joined #asahi-dev
WindowPain has quit [Remote host closed the connection]
WindowPain has joined #asahi-dev
bjoto has joined #asahi-dev
fossdd has quit [Ping timeout: 480 seconds]
eh has joined #asahi-dev
sand4rt has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
sudtho has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
sudtho has joined #asahi-dev
sand4rt has joined #asahi-dev
sand4rt has quit []
Mary has quit [Quit: .]
sand4rt has joined #asahi-dev
Mary has joined #asahi-dev
sand4rt has quit [Quit: WeeChat 4.5.1]
sand4rt has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
fossdd has joined #asahi-dev
sand4rt has quit [Quit: WeeChat 4.5.1]
sand4rt has joined #asahi-dev
sand4rt has quit []
sand4rt has joined #asahi-dev
eh has quit [Ping timeout: 480 seconds]
donaldh has quit [Quit: Leaving...]
pb17 has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
john-cabaj has quit [Ping timeout: 480 seconds]