diff options
author | dzwdz | 2022-07-23 17:57:56 +0200 |
---|---|---|
committer | dzwdz | 2022-07-23 17:57:56 +0200 |
commit | cd12cbc75564fafd9c2519cdf1085e651c9d7cfd (patch) | |
tree | acc02960280b4e360a932e48c228a46b78070574 /src/user_bootstrap/elfload.c | |
parent | 6cd59ad0124d8a22e8cbb77f87e8f0aa20633c59 (diff) |
create a bootstrap ELF loader, that'll load init
Diffstat (limited to 'src/user_bootstrap/elfload.c')
l--------- | src/user_bootstrap/elfload.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/user_bootstrap/elfload.c b/src/user_bootstrap/elfload.c new file mode 120000 index 0000000..75a5cb2 --- /dev/null +++ b/src/user_bootstrap/elfload.c @@ -0,0 +1 @@ +../user/lib/elfload.c
\ No newline at end of file |