summaryrefslogtreecommitdiff
path: root/src/user_bootstrap/main.c
AgeCommit message (Collapse)Author
2022-07-26move user_bootstrap to user/bootstrap for consistency's sakedzwdz
2022-07-26user: mount the initrd and /kdev in user_bootstrapdzwdz
2022-07-26user_bootstrap: link against user/libdzwdz
I have no idea why I didn't do this right from the start, it makes this whole thing much easier.
2022-07-23user_bootstrap: pass the initrd in an argument to init's maindzwdz
2022-07-23init: compile as an elfdzwdz
2022-07-23create a bootstrap ELF loader, that'll load initdzwdz