You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented a program file loader for the Linux operating system.
It accepts ELF files and loads their header into memory, while the rest of the .text segment is put into memory on demand using paging and page fault system calls.
About
A basic ELF file loader and dinamic memory alocator that loads pages into virtual memory on demand through the Soft Page Fault system call.