Hi Eric and all, First of all thank you for your immediate response. As you thought of, I am trying to deploy a real time application in Freedos I fallowed your suggestion And when I loaded with HIMEM it gave the fallowing error
Address 101000h not found. Can you suggest me something to solve this. Thanks and regards, Dhanunjay. -----Original Message----- From: Eric Auer [mailto:e.a...@jpberlin.de] Sent: 03 October 2011 17:19 To: freedos-devel@lists.sourceforge.net Subject: Re: [Freedos-devel] Issue while using free dos in XPC target stand alone application Hi Dhanunjay, > I am new member joined recently in this group.I am new to Freedos and Even > Dos, so can I have your help Dos is a classic, so you will find a lot about it online :-) > Recently I am struck with some problem while using Freedos version 1.0 in > Xpc Target Stand alone application development which uses this. What is Xpc Target? > While booting the target kernel and application, it is giving the fallowing > error message, RT-Target application can't boot in Virtual 8086 mode. > Can anybody tell me how can i resolve the issue Apparently you try to run some software in real mode, or some software wants to have protected mode for itself (RT might be realtime?) and then that software complained that DOS already is in "virtual 8086" mode which means that something already is running in protected mode. In that situation, DOS will be running in a "virtual 8086" task which shows only 1,1 MB RAM while something else already has access to all RAM. This will be almost always due to EMM386: Many users load the driver to manage all their RAM and it uses protected mode :-) So try to run your software WITHOUT loading EMM386 first. You can still load HIMEM first to manage your RAM (in a less fancy way) :-) Eric ---------------------------------------------------------------------------- -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2dcopy1 _______________________________________________ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-devel