majeski / ZSO

MIMUW, 2015/2016, Advanced Topics in Operating Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Topics in Operating Systems

Faculty of Mathematics, Informatics and Mechanics, University of Warsaw, 2015/2016

Patch for Linux kernel 4.1.18 with copy-on-write for the ext2 filesystem. It operates on a block level without changing inode memory layout. The patch comes with analogous to cp program ccp which instead of copying creates a file that shares blocks with a source file.

Driver for simplified graphics card. It supports multiple contexts, memory mapping a context, synchronous and asynchronous commands.

A tool for bringing back programs from core files. The general idea is to restore memory state and jump to the appropriate line of code.

About

MIMUW, 2015/2016, Advanced Topics in Operating Systems


Languages

Language:C 90.5%Language:C++ 7.2%Language:Assembly 1.2%Language:Makefile 1.1%