This repository contains tasks performed in the kernel of xv6 operating system as part of assignments in operating system sessional course of Department of CSE, BUET.
-
Added System call:
A system call that prints my student name and returns my student id.
A user programsubangkar
added in "subangkar.c" to test the system call implementation. -
Socket API implementation:
Extends its functionality to support socket programming via localhost networking.
Implementation has only local loopback here. Implementation Details Here.