Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
1–10 of 147 posts
Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#2Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#3Wonder who could have done that?
Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#4Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#5Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#6I just compared this Rust implementation against the original C sources. Some ~50k SLOC (Rust) compared to maybe ~8-12k SLOC of C (depending on if you count headers). Why is the Rust implementation so much more complex and onerous?
Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#7I just compared this Rust implementation against the original C sources. Some ~50k SLOC (Rust) compared to maybe ~8-12k SLOC of C (depending on if you count headers). Why is the Rust implementation so much more complex and onerous?
Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#8I just compared this Rust implementation against the original C sources. Some ~50k SLOC (Rust) compared to maybe ~8-12k SLOC of C (depending on if you count headers). Why is the Rust implementation so much more complex and onerous?
Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#9Re: Linux 0.11 rewritten in idiomatic Rust, boots in QEMU
#10I just compared this Rust implementation against the original C sources. Some ~50k SLOC (Rust) compared to maybe ~8-12k SLOC of C (depending on if you count headers). Why is the Rust implementation so much more complex and onerous?
It's about 15k lines of code for the kernel and the rest is various utilities, libraries and programs that can run on the kernel.