Mercurial > hg > Members > kono > nitros9-code
annotate level2/sys/modpatch.hp @ 2660:adb21dec5e10
Another commit to update makefiles
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 13 Jul 2012 13:27:33 -0500 |
parents | 004e03463159 |
children |
rev | line source |
---|---|
334 | 1 @MODPATCH |
906 | 2 Syntax: Modpatch <pathlist> [<opts>] |
1156 | 3 Usage : Patch a module in memory from command file |
849 | 4 Opts : |
5 -s = silent mode | |
6 -w = suppress warnings | |
7 -c = compare module only, do not change | |
8 -? = receive help | |
9 Cmds : | |
10 L modname = link to module | |
11 C off obyte nbyte = change obyte at off(set) to nbyte | |
12 V = verify module | |
13 M = mask IRQs | |
14 U = unmask IRQs |