Skip to content

A basic ELF file loader and dinamic memory alocator that loads pages into virtual memory on demand through the Soft Page Fault system call.

License

Notifications You must be signed in to change notification settings

Robert-ML/ELF_loader

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published