Writing an OS in Go: The Bootloader
Today marks the day I start my journey of writing an OS entirely in Go. I won't explain why I chose to use Go in this post. However, I may dedicate a future post to explaining my plans more in-depth for the OS and why Go is a good choice for it.
Unti...
totallygamerjet.hashnode.dev15 min read
محمّد
I like to do things with the least effort possible but the highest gain.
Great write up! But, why was BOOTBOOT
gitlab.com/bztsrc/bootbootpassed to go build as -std when it's not a Go module?