System Call Emulator Development #69
rohankartha
started this conversation in
General
Replies: 3 comments 3 replies
-
No, Atlas does not have a file system implemented yet. It will probably need its own class that can be included in the |
Beta Was this translation helpful? Give feedback.
1 reply
-
What should the size of an address in Atlas's file system be? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello! I have added my progress below: FileSystem.cpp
FileSystem.hpp
ProcessControlBlock.cpp
SystemCallEmulator.cpp
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Does Atlas have a filesystem in AtlasState? I'm mapping out the implementation of some of the system calls (ex. sys_getcwd) and it seems like they would require access to some sort of filesystem.
Beta Was this translation helpful? Give feedback.
All reactions