Changeset a1467102 in mainline for boot/Makefile.common


Ignore:
Timestamp:
2011-05-24T20:12:30Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2df7fdd4
Parents:
0182e5cc
Message:
  1. Add utility to calculate CRC32 for a file(s): filecrc
  2. Add utility to fill file with specified number of random bytes: filegen

I've used they for testing FAT server. CRC32 algorithm is equal to
cksfv linux utility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r0182e5cc ra1467102  
    125125RD_APPS_NON_ESSENTIAL = \
    126126        $(USPACE_PATH)/app/edit/edit \
     127        $(USPACE_PATH)/app/filecrc/filecrc \
     128        $(USPACE_PATH)/app/filegen/filegen \
    127129        $(USPACE_PATH)/app/kill/kill \
    128130        $(USPACE_PATH)/app/killall/killall \
Note: See TracChangeset for help on using the changeset viewer.