Changeset 336d2faa in mainline
- Timestamp:
- 2010-01-08T21:29:21Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- dccf721
- Parents:
- eb0bc90
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/mkfat.py
reb0bc90 r336d2faa 354 354 return 355 355 356 fat16_clusters = 4096356 fat16_clusters = 8192 357 357 358 358 sector_size = 512 -
uspace/app/bdsh/Makefile.build
reb0bc90 r336d2faa 42 42 cmds/modules/help/help.c \ 43 43 cmds/modules/mkdir/mkdir.c \ 44 cmds/modules/mkfile/mkfile.c \ 44 45 cmds/modules/rm/rm.c \ 45 46 cmds/modules/bdd/bdd.c \ -
uspace/app/bdsh/cmds/modules/modules.h
reb0bc90 r336d2faa 20 20 #include "help/entry.h" 21 21 #include "mkdir/entry.h" 22 #include "mkfile/entry.h" 22 23 #include "rm/entry.h" 23 24 #include "bdd/entry.h" … … 39 40 #include "help/help_def.h" 40 41 #include "mkdir/mkdir_def.h" 42 #include "mkfile/mkfile_def.h" 41 43 #include "rm/rm_def.h" 42 44 #include "bdd/bdd_def.h"
Note:
See TracChangeset
for help on using the changeset viewer.