The following points briefly describes what I have done till now:
Reading a file in a UFS2 formatted disk
Implemented ufs2_open(), ufs2_read() in kernel_interface.cpp
Reading data from block pointers
Modified struct ufs2_inode in Inode.h
Implemented GetBlockPointer(), GetIndirectBlockPointer(), GetDoubleIndirectBlockPtr(), GetTripleIndirectBlockPtr() to get the block pointer from ufs2_inode
The following points briefly describes what I have done till now:
Reading a symbolic link in a UFS2 formatted disk
Implemented ufs2_read_link() in kernel_interface.cpp
Reading data from block pointers
Modified struct ufs2_inode in Inode.h
Modified GetBlockPointer(), GetIndirectBlockPointer(), GetDoubleIndirectBlockPtr(), GetTripleIndirectBlockPtr() to get the block pointer from ufs2_inode
Hello everyone!
I am one of the selected students for this year Google Summer of Code(GSoC). This is my first blog on Haiku website and in this post I will introduce myself and share details about my project.
Introduction
My name is Suhel Mehta and my name on IRC channel is suhel. I am studying Computer Science and Engineering(CSE) at GNDEC(Guru Nanak Dev Engineering College) in Punjab, India. I am also a part of Development team of college that do technical work. In order to complete the task given by them I use Linux for most of the time but I am using Haiku on my virtual machine and learing about it. I have applied for GSoC this year in Haiku and got selected :-)