Hacker News new | ask | show | jobs
by dboreham 129 days ago
I don't think tinycc can compile the Linux kernel into a bootable image.
1 comments

It could once upon a time: https://www.bellard.org/tcc/tccboot.html

It can't do that today though. Linux uses C11 features and also many GCC extensions that tcc doesn't implement.