Let's Embed a Go Program into the Linux Kernel

44 points by rw-rw-rw-


wrs

Aside: C23’s #embed in GCC 15 should make this a little easier (and faster). No more futzing with assembly or xxding or whatever.

BenjaminRi

For a brief moment, I thought that after Rust in the Linux Kernel was no longer experimental, they would start supporting Go next. That would have been very entertaining.