8 ms·
I went through a similar "thought process" to build this: https://www.endbasic.dev/endbox.html https://www.endbasic.dev/endbox.html last year. I originally want
by jmmv 3mo ago
I went through a similar "thought process" to build this: https://www.endbasic.dev/endbox.html https://www.endbasic.dev/endbox.html last year. I originally wanted to "just" launch my binary right after the kernel started... but in the end settled for a full NetBSD base system to get things like network and WiFi configuration to work with ease. (That said, I still hook very early in the boot sequence to launch my own program and take over the console so that the rest of the system is invisible and initializes in the background.)
- keyle 3mo agoAwesome work. I wish you'd write the process of getting it done step by step. I too would love to DIY my own netbsd.
- jmmv 3mo agoThanks. I haven't documented it (yet?) but I did give a talk last year on the process that got me there and the internals behind this system: https://www.youtube.com/watch?v=WZFYTInWAqc https://www.youtube.com/watch?v=WZFYTInWAqc