wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[ProcessManagement] Implement elf file loader #32

Closed wake-0 closed 9 years ago

wake-0 commented 9 years ago

See title.

wake-0 commented 9 years ago

This is also part of the loader. What do you think guys @trylimits @mpe5651 ? Bug #46

trylimits commented 9 years ago

For me this would be ok if we merge all those tickets. However, imo it would be cleaner if we would have the following concept:

1.) ELF loader loads code/data/...-segment 2.) Loader takes the data from the ELF loader puts it into memory and kicks the Scheduler/ProcessManager 3.) Scheduler/ProcessManager does the remaining work (existing code)

wake-0 commented 9 years ago

Decided to use a bin format.