#include <libc.h>
Go to the source code of this file.
Defines | |
#define | __CONVEN_BOOTFS_H__ 1 |
Functions | |
void | bootfs_ls (vaddr_t vaddr) |
boot_entry * | bootfs_find_file (vaddr_t vaddr, const char *name) |
int | bootfs_copy (vaddr_t vaddr, const char *bootpath, const char *path) |
|
|
|
copy a file from "in core" boot file system |
|
find a file in "in core" boot file system |
|
list "in core" boot file system |