diff options
author | lloyd <[email protected]> | 2006-09-02 22:36:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-09-02 22:36:32 +0000 |
commit | 97e6d3ebaffc6cd316d92e26755b1387d2ef0018 (patch) | |
tree | da2f0f3d9c481c3d57d032bf35120b9ff1e2fdad /misc/config | |
parent | 86dde1db4b9700f18f1ff468e990046fec2843a5 (diff) |
Drop the now basically useless readme.txt file for the configuration code
Diffstat (limited to 'misc/config')
-rw-r--r-- | misc/config/readme.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/config/readme.txt b/misc/config/readme.txt deleted file mode 100644 index 62cdc18b3..000000000 --- a/misc/config/readme.txt +++ /dev/null @@ -1,14 +0,0 @@ - -mkconfig.pl is the main deal; it pulls in little (or not-so-little...) pieces -of code from the code/ directory and also parses the config files in arch/, -cc/, and os/ to generate tables for the code to chew on. - -There isn't too much documentation. For examples, cc/gcc, os/linux, and -arch/ia32 are good starts. - -This stuff isn't going to be particularly useful, unless you need/want to fix -an error, or add support for a new CPU, operating system, or compiler. If you -do, please submit the changes back to the main project so everyone can benefit. - -This code, including the config files, is in the public domain, and you may -do with it as you wish. |