- Timestamp:
- 2011-03-21T22:00:17Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 143932e3
- Parents:
- b50b5af2 (diff), 7308e84 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- contrib
- Files:
-
- 85 added
- 10 deleted
- 3 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
contrib/conf/ia32-qe.sh
rb50b5af2 r04803bf 5 5 # Create a disk image if it does not exist 6 6 if [ ! -f "$DISK_IMG" ]; then 7 tools/mkfat.py uspace/dist/data "$DISK_IMG"7 tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG" 8 8 fi 9 9 -
contrib/conf/mips32-gx.sh
rb50b5af2 r04803bf 5 5 # Create a disk image if it does not exist 6 6 if [ ! -f "$DISK_IMG" ]; then 7 tools/mkfat.py uspace/dist/data "$DISK_IMG"7 tools/mkfat.py 1048576 uspace/dist/data "$DISK_IMG" 8 8 fi 9 9 -
contrib/conf/msim.conf
rb50b5af2 r04803bf 7 7 8 8 add rwm mainmem 0x00000000 9 mainmem generic 16M10 mainmem load "/dev/zero"9 mainmem generic 32M 10 mainmem fill 0 11 11 12 12 add rom bootmem 0x1fc00000 … … 16 16 add dprinter printer 0x10000000 17 17 add dkeyboard keyboard 0x10000000 2 18 add dorder order 0x10000 004518 add dorder order 0x10000100 5
Note:
See TracChangeset
for help on using the changeset viewer.