Creation of a tiny linux kernel image without operating system (only a user space application: init).
The created image can be used with qemu to test applications written for the Linux kernel without libraries like libc.
The created image is not suited for production purposes since it contains no security elements whatsoever.
git clone git@github.com:Pynckels/tiny-linux.git
make help
make
make run
Idea and most of the procedure: https://www.youtube.com/@nirlichtman