diff options
author | Pixel <pixel@nobis-crew.org> | 2011-02-02 08:37:00 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2011-02-02 08:37:00 -0800 |
commit | b6a78899ddd9de3b01a2eda27c64e3cfbebb91b9 (patch) | |
tree | 06bbc086abab4f0c21c9268ae9f8533a40190a93 | |
parent | 3ca9b28c5b04220565c206bd73d9ebb48b64db3b (diff) |
Adding a small disclaimer.
-rw-r--r-- | tools/romfs.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/romfs.txt b/tools/romfs.txt index bf184e5..06de6e4 100644 --- a/tools/romfs.txt +++ b/tools/romfs.txt @@ -4,3 +4,6 @@ Converting to an object: $ arm-none-eabi-objcopy -I binary -O elf32-littlearm \ --prefix-sections '.romfs' --binary-architecture arm my-romfs.bin my-romfs.o + + +Note: this format has absolutely nothing in common with Linux's romfs. |