Commit Graph

26 Commits

Author SHA1 Message Date
b4d6315dea Add FAT32 support 2025-11-19 15:54:17 +01:00
0cc78a7247 Port fat_io_lib, mount atasd0mp1 as sys: 2025-11-19 15:50:00 +01:00
58a47edc79 Shorter ata driver and partition dev names 2025-11-16 00:08:31 +01:00
566b35f4d5 Big code refactor, get rid of HAL entirely 2025-11-11 21:26:27 +01:00
344952fb5f Move string functions/utils from HAL to std/string 2025-11-11 19:54:09 +01:00
7e3b162591 Protect busy VfsObjs during opening and deleting 2025-11-10 20:23:03 +01:00
01da863b8b Handle disk partitioning 2025-10-19 22:29:19 +02:00
371d777a7c vfs_delete() implement deleting files 2025-10-15 20:10:00 +02:00
406434fed0 Break ioctl() up into smaller syscalls 2025-10-14 20:05:41 +02:00
25cb309105 Implement an ATA driver, Add vfsmount/vfsunmount syscalls 2025-10-14 00:39:59 +02:00
26517e8e28 ioctl() IOCTL_MKDIR command, vfs_mkdir() 2025-10-04 01:38:41 +02:00
18d646ff8b Rewrite the kernel hashtable struct 2025-10-03 23:22:22 +02:00
c30d2d2ea6 Remove conversions between VfsStat struct and IoctlStat struct 2025-10-03 19:55:14 +02:00
443cf0e4ff Fetching directory entries 2025-10-03 19:50:10 +02:00
de20efa0f3 vfs Rewrite IOCTL_STAT so that it doesnt require an already open handle 2025-10-03 01:00:09 +02:00
3b42abc027 Temporary mountpoint (temp) 2025-09-09 19:38:39 +02:00
f42c4b7e44 Rework shared headers 2025-09-05 17:08:40 +02:00
708c53c64d Move to new processctl syscall, share common kernel and ulib headers 2025-09-05 15:44:57 +02:00
ca92a0e6a8 Remove VFS object reference counting 2025-09-05 15:10:25 +02:00
afa4d383e0 Redesign the VFS 2025-09-03 17:32:08 +02:00
2015e0e0aa Hello user process 2025-09-01 23:22:47 +02:00
7a52f2f051 Rework x86_64 paging and vmm 2025-08-30 00:31:20 +02:00
8da890e388 Working port of Little FS 2025-08-16 20:35:00 +02:00
2b0566c56f Implement storedevs, prepare to port littlefs 2025-08-16 12:34:36 +02:00
c6c12d93a0 KVFS improvements 2025-08-15 19:30:42 +02:00
d91330ba73 Simple VFS layer 2025-08-15 01:41:11 +02:00