Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELF_loader

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.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages