Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 496 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 496 Bytes

Operating-Systems

SKORDAS CHARISIS NATIONAL AND KAPODISTRIAN UNIVERSITY OF ATHENS,GREECE 2023

Project 1 : We need to take a text file as input. Then, ask the user for two numbers: 1) how many processes to create, and 2) how many requests each process should handle. Based on this information, we'll divide the text and distribute the pieces across separate output files."

Project 2 : Based on xv6 kernel in combination with the use of sbrk() we had to optimize it and fix some of its bugs