Projects

Custom-OS 2020-2021

A functional operating system made for a 32-bit x86 architecture I developed from scratch during my Computer Architecture and Operating Systems classes in college. It can manage multiple processes at once using a Round Robin scheduler. It can also create pipes and semaphores. It handles two memory managers: One using a free list and another one using a buddy system.

Os
© 2021 Juan Pablo Oriana. All Rights Reserved.