X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-mailer:thread-index:x-mimeole:in-reply-to:message-id; b=hBm/bcsSoxR0ARS6mFMsssaE9Z1ecnBo8X8c0inotQcT0Hg5RYw5DkOPaVkF7vAmfosZ2CiK8QvIWBky3VzXWUJv2/nBURoCowmsPer4zso8AvHpbDc7Hp+IviwMOUWIvO1UcMUL8EKsxqcVMlvpiKatKBXXvkfDloHg9uVQV/E= From: "Matthew Petricone" To: Subject: RE: why biosdisk in djgpp not working in windows NT Date: Fri, 20 Jan 2006 15:54:43 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcYdnHAhfyI/cCnESxiRbBpmDKpaEgAZvbVA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 In-Reply-To: <1137745161.322097.9220@g44g2000cwa.googlegroups.com> Message-ID: <43d14df7.7ecdda68.113f.ffff8edd@mx.gmail.com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Not exactly sure how djgpp would handle that sort of thing on NT, but I do believe NT HAL was designed to stop that sort of call. Did you try using 98/95? They don't have a HAL to stop direct hardware access. -----Original Message----- From: singajeet AT gmail DOT com [mailto:singajeet AT gmail DOT com] Sent: Friday, January 20, 2006 3:19 AM To: djgpp AT delorie DOT com Subject: why biosdisk in djgpp not working in windows NT i have developed a programme in DJGPP to read a sector form hard disk using the biosdisk but i received an error stating that action is not allowed by the windows nt. please help me to know how can i access the hard disk in windows NT using DJGPP