Abrahan Sanjuas wrote: ... > I suppose that this kernel is not compiled with WIN31SUPPORT option > because the debugging messages in the end of execution of a program does > not shown on screen. And how i can view if kernel is compiled with > WIN31SUPPORT or NOT??? >
The simplest way I can suggest is to get this program and run it. http://www.fdos.org/kernel/test/testwin.zip It will tell you if windows definitely will not work or if and only if the WIN31SUPPORT stuff is compiled in that windows may work. Note: this little program relies on the way the FD kernel handles the Windows startup broadcast, so running with any other version of DOS will give useless and probably wrong results. (For the curious it basically calls int2F with AX=0x1605 and passes in an arbitrary [0x0123] value for the Windows version. If the FD kernel is compiled with WIN31SUPPORT enabled then it will handle this call and return with the windows version field set to the same as passed in; ie to 0x0123 in this case or 3.X under normal usage.) Jeremy ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freedos-kernel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-kernel
