🆕 加载elf文件

This commit is contained in:
fslongjin
2022-05-18 18:27:00 +08:00
parent b0a7ec633d
commit 5df5d79900
9 changed files with 277 additions and 50 deletions

View File

@ -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