Changes between Version 4 and Version 5 of kernel_fat32
- Timestamp:
- Mar 28, 2015, 2:51:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_fat32
v4 v5 13 13 All these functions are prefixed by ''_'' to remind that they can only be executed by a processor in kernel mode. 14 14 15 == Kernel-level FAT32 access functions==15 == __Kernel FAT32 access functions__ == 16 16 17 17 === 1) int '''_fat_init'''( unsigned int use_irq ) === … … 62 62 Returns 0 if success, returns -1 if error. 63 63 64 == User level FAT32 access functions==64 == __User FAT32 access functions__ == 65 65 66 66 These functions are used by the kernel to handle the user system calls.