Browse Source

version 1.0.0-BETA-b15: bug fix

master
Jørn Guldberg 6 years ago
parent
commit
5e88baaa9b
  1. BIN
      SingOS.img
  2. 2
      lsfs_disk_controller.h
  3. BIN
      lsfs_fuse
  4. BIN
      lsfs_fuse.o

BIN
SingOS.img

Binary file not shown.

2
lsfs_disk_controller.h

@ -608,7 +608,7 @@ int create_file_system(char* disk_name, char* hdd_or_partition, uint64_t filesys
fsci->this_partition_offset_on_disk = SPACE_VBR_RECORD;
}
fsci->master_table_index = fsci->this_partition_offset_on_disk + SIZE_FSCI_RECORD;
fsci->master_table_index = fsci->this_partition_offset_on_disk + 1;
fsci->next_free_sector = fsci->master_table_index + DEFAULT_TABLE_SIZE;
fsci->next_uniqe_id = 1;
fsci->next_sector_reuse_pointer = 0;

BIN
lsfs_fuse

Binary file not shown.

BIN
lsfs_fuse.o

Binary file not shown.
Loading…
Cancel
Save