From: Jordan S. <jd...@me...> - 2001-04-28 16:05:46
|
I just ran the int80 line test/hello using the int80 driver under NT4. for some reason I had to delete some offending declarations in undocnt.h Mike ----- Original Message ----- From: "Michael Vines" <mi...@bl...> To: "Michael Stout" <ms...@ac...> Cc: <lin...@li...> Sent: Friday, April 27, 2001 10:32 AM Subject: RE: [line-devel] NT/2000 Syscall Kernel Redirector > On Thu, 26 Apr 2001, Michael Stout wrote: > > > I compiled the line project and found that I > > had to modify the 80.c test program to not unload > > the interrupt handler. that was the easiest way to > > get the handler hooked. > > once I did that I was able to do linexec -n -f test/hello. > > If you rebuild Line.exe from the current CVS version, it will enable the > handler for you automatically. Instead of running linexec directly (I > know I said to do that in a previous email!), just try running > 'line test/hello'. If the driver is loaded, it will be used. > > > My ultimate goal is to run a bash in a bigslack slackware > > distribution installed on c:\linux. so I do > > linexec -f -n -cc:\linux \bin\bash but It it just returns > > "linexec: error running \bin\bash: -2" > > It probably doesn't like the DOS style path separator, try: > linexec -f -n -cc:\linux /bin/bash > > or better yet: > line -c c:\linux /bin/bash > > > Mike > > > _______________________________________________ > line-devel mailing list > lin...@li... > http://lists.sourceforge.net/lists/listinfo/line-devel |