Add "myinit"
Add "dents" I needed to get acquainted with the kernel dirent system for Dusk's BSDFS implementation.
Add "grow" This is pretty much all the knowledge I need to start hacking away in Dusk directly!
Hello World!
Create executable ELF from raw i386 binary!
Define the "_start" symbol through objcopy
Use objcopy to add the .note.netbsd.ident ELF section The end goal is to be able to take a straight i386 binary and make an executable out of it. This is one of the steps to get there.
Initial commit