Changeset a54bd98 in mainline


Ignore:
Timestamp:
2012-05-24T05:25:15Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
743ce51
Parents:
c196671
Message:

Bithenge: binary blobs.

  • Create binary blobs from random-access or sequential data sources.
  • Create binary blobs from block devices.
  • Simple test program.
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    rc196671 ra54bd98  
    149149
    150150RD_APPS_NON_ESSENTIAL = \
     151        $(USPACE_PATH)/app/bithenge/bithenge \
    151152        $(USPACE_PATH)/app/blkdump/blkdump \
    152153        $(USPACE_PATH)/app/bnchmark/bnchmark \
  • uspace/Makefile

    rc196671 ra54bd98  
    3535DIRS = \
    3636        app/bdsh \
     37        app/bithenge \
    3738        app/blkdump \
    3839        app/bnchmark \
Note: See TracChangeset for help on using the changeset viewer.