Load & Run Programs
Load & Run Programs
I searched the wiki and the internet for "Load & Run Programs" regarding OS development and found no tutorial/script on this topic. I can manage multitasking and start routines in the memory, but that's not enough to run external programs. Please link me to a very good overview article.
http://www.henkessoft.de/OS_Dev/OS_Dev3.htm (OSDEV)
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
http://www.c-plusplus.de/forum/viewforu ... is-62.html
irc.euirc.net #PrettyOS
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: Load & Run Programs
First, you implement filesystem and disk drivers. Then you use your FS driver to load the file off of the disk. Then you relocate certain file formats and jump to the code.