From: Michael V. <mi...@bl...> - 2001-04-23 21:36:03
|
I just checked in some changes to support the int80 device driver. There is a new command line option for Linexec, -n (or --nodebugger), which indicates that the Linux app will not be running under the LINE debugger. Typical usage: ./Linexec.exe -f -n path/to/linux/app arg0 arg2 ... Note that unlike everything else in the computing world, command line arguments start at zero (ie. executable name) not at one (first command line parameter). Of course, if you use the -n option without the int80 device driver the app will crash. Mike |