radens has quit [Quit: Connection closed for inactivity]
Wetmelon has joined #rust-embedded
rjframe has quit [Remote host closed the connection]
arkscout has quit [Remote host closed the connection]
cody32 has joined #rust-embedded
cody32 has quit [Changing host]
cody32 has joined #rust-embedded
tokomak has quit [Ping timeout: 272 seconds]
Wetmelon has quit [Ping timeout: 272 seconds]
emerent_ has joined #rust-embedded
emerent has quit [Ping timeout: 268 seconds]
simba has joined #rust-embedded
cody32 has quit [Ping timeout: 250 seconds]
tokomak has joined #rust-embedded
rektide has quit [*.net *.split]
Amanieu has quit [*.net *.split]
nohit has quit [*.net *.split]
rektide has joined #rust-embedded
Amanieu has joined #rust-embedded
nohit has joined #rust-embedded
rjframe has joined #rust-embedded
rjframe has quit [Remote host closed the connection]
rjframe has joined #rust-embedded
rjframe has quit [Remote host closed the connection]
rjframe has joined #rust-embedded
rjframe has quit [Remote host closed the connection]
rjframe has joined #rust-embedded
simba has quit [Ping timeout: 272 seconds]
simba has joined #rust-embedded
emerent_ has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
emerent has joined #rust-embedded
tokomak has quit [Ping timeout: 264 seconds]
Wetmelon has joined #rust-embedded
rjframe has quit [Remote host closed the connection]
rjframe has joined #rust-embedded
crabbedhaloablut has joined #rust-embedded
<crabbedhaloablut> Is this room bridged to #rust-embedded:matrix.org ?
<crabbedhaloablut> or has rust-embedded wg gone matrix-only?
<ni> I think they try to build the bridge, but it is not done yet
radens has joined #rust-embedded
<radens> Hello, I have a question about linking asm into a rust uefi runtime service. I hope this is the right place. What is the recommended way to have cargo drive the build process to compile the asm as a pe/coff and link it into the rust binary? I tried using the cc crate but it seems to assume unix behavior in most places and special case windows cross compiling but is ignorant of uefi.
<crabbedhaloablut> ni: thank you :-)
<agg> yea, for the immediate time being the official chat is only on matrix, but we expect to bridge this room to matrix soon
<cr1901> agg: FWIW, ##rust-retro bridge is working as of this morning
<agg> Still waiting on matrix staff for r-e bridge as has to be done by admins due to over 100 users
<agg> But I should nag them again..
tokomak has joined #rust-embedded
simba has quit [Ping timeout: 244 seconds]
Wetmelon has quit [Ping timeout: 252 seconds]
ark has joined #rust-embedded
ark has quit [Remote host closed the connection]
arkscout has joined #rust-embedded
arkscout has quit [Client Quit]
arkscout has joined #rust-embedded
rjframe has quit [Ping timeout: 272 seconds]
tokomak has quit [Ping timeout: 272 seconds]
arkscout has quit [Ping timeout: 272 seconds]
<radens> Hello, what's the state of the art for writing linux kernel modules in rust?