mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🆕 加载elf文件
This commit is contained in:
@ -845,7 +845,7 @@ long fat32_lseek(struct vfs_file_t *file_ptr, long offset, long whence)
|
||||
return -EOVERFLOW;
|
||||
file_ptr->position = pos;
|
||||
|
||||
kdebug("fat32 lseek -> position=%d", file_ptr->position);
|
||||
// kdebug("fat32 lseek -> position=%d", file_ptr->position);
|
||||
return pos;
|
||||
}
|
||||
// todo: ioctl
|
||||
|
Reference in New Issue
Block a user