chiark / gitweb /
Start of POSIX VFS layer.
authorDan Sheppard <dan.sheppard.circle@gmail.com>
Thu, 10 Apr 2025 12:19:03 +0000 (13:19 +0100)
committerDan Sheppard <dan.sheppard.circle@gmail.com>
Thu, 10 Apr 2025 12:19:03 +0000 (13:19 +0100)
commit2b9d22316f58d88884445c1c797682a200c3213a
treed391da709606d148e023222287cfd62e930569ba
Start of POSIX VFS layer.
13 files changed:
.gitignore [new file with mode: 0644]
.vscode/settings.json [new file with mode: 0644]
Makefile [new file with mode: 0644]
constants.h [new file with mode: 0644]
coquet [new file with mode: 0755]
coquet.c [new file with mode: 0644]
coquet.h [new file with mode: 0644]
design.txt [new file with mode: 0644]
main.c [new file with mode: 0644]
posix.c [new file with mode: 0644]
util.c [new file with mode: 0644]
util.h [new file with mode: 0644]
vfs.h [new file with mode: 0644]