Remix.run Logo
amiga386 2 hours ago

Does this mean that all architectures that Linux supports but Rust doesn't are straight in the bin?

vincentkriek an hour ago | parent | next [-]

No, Rust is in the kernel for driver subsystems. Core linux parts can't be written in Rust yet for the problem you mention. But new drivers *can* be written in Rust

hexo a few seconds ago | parent | prev | next [-]

Yes. Cooked.

bmicraft an hour ago | parent | prev [-]

Which ones would that be?

eru an hour ago | parent | next [-]

And more specifically which ones that anyone would use a new kernel on?

kykat an hour ago | parent | prev [-]

Some people talk about 68k not being supported being a problem

pornel an hour ago | parent [-]

m68k Linux is supported by Rust, even in the LLVM backend.

Rust also has an experimental GCC-based codegen backend (based on libgccjit (which isn't used as a JIT)).

So platforms that don't have either LLVM nor recent GCC are screwed.