Browse Source

version 1.0.0-a1

master
Jørn Guldberg 6 years ago
parent
commit
3264a78cdb
  1. BIN
      SingOS.img
  2. BIN
      a.out
  3. BIN
      lsfs_fuse
  4. 4
      lsfs_fuse.c
  5. BIN
      lsfs_fuse.o

BIN
SingOS.img

Binary file not shown.

BIN
a.out

Binary file not shown.

BIN
lsfs_fuse

Binary file not shown.

4
lsfs_fuse.c

@ -193,14 +193,10 @@ int lsfs_read( const char *path, char *buf, size_t size, off_t offset_to_next_en
}
int lsfs_release(const char *path, struct fuse_file_info *fi) {
// printf("release: (path=%s)\n", path);
return 0;
}
int lsfs_mknod(const char *path, mode_t mode, dev_t device) {
(void)mode;
(void)device;
return lsfs_disk_create_entry(path, ENTRY_FILE);
}

BIN
lsfs_fuse.o

Binary file not shown.
Loading…
Cancel
Save