diff options
author | dzwdz | 2022-07-26 00:37:24 +0200 |
---|---|---|
committer | dzwdz | 2022-07-26 00:37:24 +0200 |
commit | 9352abbed0f1266f511f170517a4094c6c4ff917 (patch) | |
tree | c06a4ee1bab637f2a9f3137c2ee1e91e3b86b7b6 /src/user/app/init/driver/tar.h | |
parent | 8c977b5cea3f2e76205bd0ed666db06a84e05f6a (diff) |
user: mount the initrd and /kdev in user_bootstrap
Diffstat (limited to 'src/user/app/init/driver/tar.h')
-rw-r--r-- | src/user/app/init/driver/tar.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/user/app/init/driver/tar.h b/src/user/app/init/driver/tar.h deleted file mode 100644 index c1dee78..0000000 --- a/src/user/app/init/driver/tar.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once -#include <shared/types.h> - -_Noreturn void tar_driver(void *base); |