I want to write code which I can put to a boot sector,
the code will load command.com...
I know how to load a file to memory and I know how
to jump to it but command.com hangs when I jump to it..
a little help ?
Printable View
I want to write code which I can put to a boot sector,
the code will load command.com...
I know how to load a file to memory and I know how
to jump to it but command.com hangs when I jump to it..
a little help ?
command.com uses dos specific int's. If those arent in memory, it wont work.