Implement file seek

This commit is contained in:
Alex
2023-05-05 19:19:05 +03:00
parent b0e0415b3e
commit 50a0857524
5 changed files with 92 additions and 4 deletions

View File

@ -109,7 +109,7 @@ enum NativeSyscalls
_FileWrite,
/** @brief Seek in a file
* @fn
* @fn uint64_t FileSeek(void *KernelPrivate, uint64_t Offset, int Whence)
* This syscall is used to change the current offset in a file.
*/
_FileSeek,