Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-26 | move user_bootstrap to user/bootstrap for consistency's sake | dzwdz | |
2022-07-26 | user: mount the initrd and /kdev in user_bootstrap | dzwdz | |
2022-07-26 | user_bootstrap: link against user/lib | dzwdz | |
I have no idea why I didn't do this right from the start, it makes this whole thing much easier. | |||
2022-07-23 | user_bootstrap: pass the initrd in an argument to init's main | dzwdz | |
2022-07-23 | init: compile as an elf | dzwdz | |
2022-07-23 | create a bootstrap ELF loader, that'll load init | dzwdz | |