Temporary mountpoint (temp)

This commit is contained in:
2025-09-09 19:38:39 +02:00
parent 71be9c5fb3
commit 3b42abc027
3 changed files with 24 additions and 11 deletions

View File

@ -12,7 +12,7 @@ void main(void) {
int32_t ioh = ioctl(IOCTL_NOHANDLE,
IOCTL_OPENF,
(uint64_t)"base:/hello.txt",
(uint64_t)"temp:/hello.txt",
IOCTL_F_WRITE | IOCTL_F_READ | IOCTL_F_MAKE,
0
);