|
-
Feb 27th, 2002, 02:28 PM
#1
Thread Starter
New Member
Loading a program in a boot sector
Hi
I have a boot sector program that I want to load another program from the disk.
Since free space on the 512KB Boot sector is limited, I want to go straight to the start of the data part of the disk (ignoring the FAT).
I want to load this file from disk into memory and then execute it.
Please note, this is in Real Mode.
1. How do I set aside some RAM and load it in (I know it's using Int13).
2. I'm not sure how to execute it, I know I take the CPU to it with a JMP Instruction, but I need some helpful advice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|