An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: xv6-extensions

9231058/Shakh6 📦

XV6 Improved

Language: C - Size: 12.6 MB - Last synced at: about 1 month ago - Pushed at: over 9 years ago - Stars: 4 - Forks: 1

codelixir/xv-DOS

Forked from mit-pdos/xv6-riscv. An Operating System in C, modified from Xv6 for RISC-V.

Language: C - Size: 14.6 MB - Last synced at: 21 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

zrasco/xv6-swapfile

Modification of xv6 OS for independent research project at UNLV.

Language: C - Size: 11 MB - Last synced at: 10 months ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

a-anurag27/xv6

This repository gives the complete description of adding system calls to the xv6 kernel.

Size: 17.9 MB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 16 - Forks: 1

chiukapoor/Xv6_systemcall

Xv6 with a user defined System Call "getyear" and a User defined function "first_program"

Language: C - Size: 259 KB - Last synced at: about 1 year ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

aryalaadi/zinit-xv6-riscv

init system for xv6-riscv in zig

Language: Zig - Size: 1.95 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

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).

Language: C - Size: 245 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Alireza-Zwolf/XV6-Modified

Modified XV6 operating system which was enhanced with additional features and improvements.

Language: C - Size: 47.4 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 2

shauryashekhar/CS-537-Operating-Systems

7 Programming Assignments as part of CS 537 (Operating Systems) at UW Madison

Language: Assembly - Size: 4.58 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 2 - Forks: 2

MisaghM/Operating-System-Lab-Projects Fork of SamanEN/Operating-System-Lab-Projects

Extended xv6 operation system with new system calls, console shortcuts and command history, MLFQ, and semaphores.

Size: 97.7 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

nilax97/xv6-Extensions

Extensions to xv6 operating system done for course on Operating Systems at IIT Delhi

Language: C - Size: 1.11 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

Subangkar/xv6-Socket-API-Local-Loopback-Implementation

Socket API Implementation in xv6 OS

Language: C - Size: 248 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

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.

Language: C - Size: 658 KB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0

boaz23/os-xv6

Operating systems course repository - xv6-riscv assignments and changes

Language: C - Size: 18.3 MB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

Sayan3990/xv6

xv6 projects - small projects and way of making system calls

Language: C - Size: 23.1 MB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

vivekrathi53/my_xv6

Modified code of xv6 operating system. Added various system calls to retrieve system information.

Language: Assembly - Size: 1.07 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

vinayak1998/xv6-public Fork of mit-pdos/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)

Language: C - Size: 17.4 MB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

maheshkhanwalkar/xv6-vfs

Adding VFS to xv6

Language: C - Size: 11 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 1

Vikr-182/xv6-private

Additional features implemented on MIT's xv6 OS.

Language: C - Size: 16.9 MB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

s4ndhyac/BasicOS

Extension of MIT's Open Source Unix-like Operating System xv6

Language: C - Size: 1.19 MB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 1

NoblesseCoder/Ctrl-L

Implementing the Ctrl+L functionality in Xv6

Language: C - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

MikeXydas/xv6minHeapScheduler

Implementing a minHeapScheduler replacing the default round-robin

Language: C - Size: 41 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

aditisrinivas97/xv6-with-scanf Fork of mit-pdos/xv6-public

xv6 OS

Language: C - Size: 16.7 MB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

CleverFool77/xv6_Assignments

Language: Assembly - Size: 925 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

jason-huh/jv6

An advanced version of xv6

Language: C - Size: 155 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 1

clarkzinzow/xv6-extensions

A collection of extensions to xv6, the ANSI C reimplementation of Dennis Ritchie's and Ken Thompson's Unix Version 6.

Language: C - Size: 153 KB - Last synced at: about 2 years ago - Pushed at: over 8 years ago - Stars: 0 - Forks: 0