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?