#include "libc.h"
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 |