Quote (dslMike @ Oct. 25 2005,18:19) |
#copy the dsl-linux.sh while changing the qemu directory in two places cat dsl-linux.sh | sed s#qemu/#qemu_mac/# | sed s#qemu/#qemu_mac/# >dsl-mac.sh |
Code Sample |
tell application "Terminal" do script "cd /Volumes/DSL; ./dsl-mac.sh &" end tell |
Quote | ||
I'm not sure how the line below does what this does, but I think there is a little error in there:
|
Quote |
1.)Any idea on how to resize the Dsl window? |
Quote |
2.) For some reason, your changes have another effect: When in the DSL window, the CPU does not run 100% all the tiem anymore, like it did before. |