mirror of
https://github.com/drasko/codezero.git
synced 2026-01-16 21:03:16 +01:00
VFS updates, readme updates.
Separated vfs file as a specific file. vm file is not always a vfs file. Updated the README sys_open was not returning back to client, added that. Added comments for future vfs additions.
This commit is contained in:
@@ -11,5 +11,5 @@ extern int errno;
|
||||
|
||||
void perror(const char *str)
|
||||
{
|
||||
printf("%s: %d\n", errno);
|
||||
printf("%s: %d\n", str, errno);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user