mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +00:00
Kernel & Userland: Allow to mount image files formatted with Ext2FS
This commit is contained in:
parent
6b59311d4b
commit
a60ea79a41
8 changed files with 101 additions and 51 deletions
|
@ -129,7 +129,7 @@ int fchown(int fd, uid_t, gid_t);
|
|||
int ftruncate(int fd, off_t length);
|
||||
int halt();
|
||||
int reboot();
|
||||
int mount(const char* source, const char* target, const char* fs_type, int flags);
|
||||
int mount(int source_fd, const char* target, const char* fs_type, int flags);
|
||||
int umount(const char* mountpoint);
|
||||
int pledge(const char* promises, const char* execpromises);
|
||||
int unveil(const char* path, const char* permissions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue