ISO fs #1

Closed
opened 2022-12-21 17:33:04 +00:00 by juju · 1 comment
Owner
No description provided.
juju added the
Feature
label 2022-12-21 17:33:04 +00:00
Author
Owner

Implement the following syscalls

int open(const char *pathname, int flags);
ssize_t read(int fd, void *buf, size_t count);
off_t seek(int fd, off_t offset, int whence);
int close(int fd);
Implement the following syscalls ```c int open(const char *pathname, int flags); ssize_t read(int fd, void *buf, size_t count); off_t seek(int fd, off_t offset, int whence); int close(int fd); ```
juju added reference vfs 2022-12-25 15:42:23 +00:00
juju closed this issue 2022-12-25 16:09:59 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: juju/JuliOS#1
No description provided.