Changeset 5fdad22 in mainline
- Timestamp:
- 2015-12-17T19:59:09Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7254df6
- Parents:
- d16a96f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/ew.py
rd16a96f r5fdad22 100 100 subprocess.call('tools/mkfat.py 1048576 uspace/dist/data hdisk.img', shell = True) 101 101 102 return ' - hda hdisk.img'102 return ' -drive file=hdisk.img,index=0,media=disk,format=raw' 103 103 104 104 def qemu_nic_ne2k_options():
Note:
See TracChangeset
for help on using the changeset viewer.