From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: OS Loader Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <917e4i$8in$1 AT serv1 DOT iunet DOT it> <918brs$iri$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> <91ak7i$l3h$1 AT serv1 DOT iunet DOT it> <91as2n$rtf$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 35 X-Trace: /bNDCzMv50sdn4O7YMdBZidU7xdJO/rlqeLbAov3B7ZBtkabmbLfI5gSfM1lCqF3/LaHXwW/Um57!YytuUYM0Ic0Ay+JtHFwHQSy3113SrP25Sda3ozFVRJw6ZiCMWRqqHKiQyepjsQLMPCDeOASMtu2J!LjvqtA== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Sat, 16 Dec 2000 15:54:44 GMT Distribution: world Date: Sat, 16 Dec 2000 15:54:44 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On 14 Dec 2000 16:21:43 GMT, Hans-Bernhard Broeker wrote: >MarcoCorelli AT gtwparc DOT padova DOT ccr DOT it wrote: >> My problem is that the 1st file is my OSLoader and not IO.SYS !!! I can't >> change this because the MBR Booter load the 1st file and lunch it. >> I need know where and how IO.SYS is loaded for launch MS-DOS!!! > >But (even if you write 15 exclamation points after each sentence...) >that still doesn't explain why you insist on loading IO.SYS directly, >rather than a copy of an MSDOS boot block, which is how MSDOS is >supposed to be booted. I think OP is trying to say that either o the DOS bootloader is not loading io.sys because it isn't in the first directory entry, or o OP really wants to load eir own bootloader instead of io.sys, and then chain to io.sys. >In principle, you should be able to disassemble the boot code and >understand how it loads and starts IO.SYS, but I wouldn't bet on that >to be easy, or even legal these days. Not with the "Digital Millenium >Copyright Act" stating that reverse engineering is forbidden. Only when an "effective access control" (ask your attorney) is present. Currently, this means encrypting the content with at least 2-bit XOR. --