xv6-extensions
There are 31 repositories under xv6-extensions topic.
a-anurag27/xv6
This repository gives the complete description of adding system calls to the xv6 kernel.
maheshkhanwalkar/xv6-vfs
Adding VFS to xv6
nilax97/xv6-Extensions
Extensions to xv6 operating system done for course on Operating Systems at IIT Delhi
Sayan3990/xv6
xv6 projects - small projects and way of making system calls
ShakhMoves/Shakh6
XV6 Improved
shauryashekhar/CS-537-Operating-Systems
7 Programming Assignments as part of CS 537 (Operating Systems) at UW Madison
Subangkar/xv6-Socket-API-Local-Loopback-Implementation
Socket API Implementation in xv6 OS
codelixir/xv-DOS
Forked from mit-pdos/xv6-riscv. An Operating System in C, modified from Xv6 for RISC-V.
MisaghM/Operating-System-Lab-Projects
Extended xv6 operation system with new system calls, console shortcuts and command history, MLFQ, and semaphores.
roeeduv/OS172ass1
bgu operating systems 172 - xv6 assignment 1 - System calls
aryalaadi/zinit-xv6-riscv
init system for xv6-riscv in zig
chiukapoor/Xv6_systemcall
Xv6 with a user defined System Call "getyear" and a User defined function "first_program"
roeeduv/OS172ass2
bgu operating systems 172 - xv6 assignment 2 SIGNALS, USER LEVEL THREADS AND SYNCHRONIZATION
roeeduv/OS172ass3
Memory Management
roeeduv/OS172ass4
bgu OS172 - assignment 4 - xv6 - File system
samyukthagopalsamy/Top_command_in_Xv6_OperatingSystem
Using system calls to implement the top command in the XV6 Operating System. 'top' is a basic Unix command which provides a dynamic real-time view of the running system.
vinayak1998/xv6-public
Low level containerisation implemented in xv6 (based on UNIX-v6) operating system by implementing a container manager, Virtual scheduler, System calls and Resource isolation (Virtual file system)
zrasco/xv6-swapfile
Modification of xv6 OS for independent research project at UNLV.
alighanbari2002/xv6-Modified
xv6 is a teaching operating system developed in the summer of 2006 for MIT's operating systems course. xv6 is a re-implementation of Dennis Ritchie's and Ken Thompson's Unix Version 6 (v6).
Alireza-Zwolf/XV6-Modified
Modified XV6 operating system which is enhanced with additional features and improvements.
boaz23/os-xv6
Operating systems course repository - xv6-riscv assignments and changes
clarkzinzow/xv6-extensions
A collection of extensions to xv6, the ANSI C reimplementation of Dennis Ritchie's and Ken Thompson's Unix Version 6.
jshuhnow/jv6
An advanced version of xv6
s4ndhyac/BasicOS
Extension of MIT's Open Source Unix-like Operating System xv6
soom1017/os-xv6
os projects - modify xv6 OS (https://github.com/mit-pdos/xv6-public)
vivekrathi53/my_xv6
Modified code of xv6 operating system. Added various system calls to retrieve system information.
MikeXydas/xv6minHeapScheduler
Implementing a minHeapScheduler replacing the default round-robin
NoblesseCoder/Ctrl-L
Implementing the Ctrl+L functionality in Xv6
Vikr-182/Extended-xv6-OS
Additional features implemented on MIT's xv6 OS.