QBoot

Front end for QEMU

Search:

QBoot site testing

July 6th, 2006

The QBoot website is currently under construction. Currently we are using wordpress, but that could change if we find something better in the near future. Other than that everything seems to be coming along nicely. Hopefully I can get SVN working soon and migrate the QBoot scripts over.

Alpha day near!

July 6th, 2006

Final work is being put onto the “create new image” script. After that is completed, adding a new choice to the boot menu should be a snap. After those two tasks are completed an alpha of version 0.1 will be released hopefully by the end of the week.

Whoops!

July 7th, 2006

After checking the QBoot download section on Sourceforge I realized that the demo had the name QLaunch on it. This was the origional name that was used before the project was submitted to Sourceforge. The name QLaunch was taken by another project at the time, so the name was changed to QBoot. The names on the demo will be changed, but there may still be referances to QLaunch in the source code. All naming changes will be fixed before the alpha is released.

<meta name="GENERATOR" content="OpenOffice.org 2.0 (Linux)" /><meta name="AUTHOR" content="Lehman Black" /><meta name="CREATED" content="20060707;10573800" /><meta name="CHANGED" content="16010101;0" /> Sorry for the <style type="text/css">– @page { size: 8.5in 11in; margin: 0.79in } P { margin-bottom: 0.08in } –></style>inconvenience and confusion. </p> </p> <h4><a href="http://qboot.sourceforge.net/?p=10" rel="bookmark" title="Permanent Link to SVN Repository’s Up">SVN Repository’s Up</a> </h4> <p>July 7th, 2006 <!-- by admin --></p> <p><p>The SVN repository for QBoot are now active. I’ll try to commit source code at least once a day if any changes are made. So If you want bleeding edge sources, feel free to check it out. I also want to remind you that we have a forum that is provided by the Sourceforge.net staff. I would like to take full advantage of this service, so if you have any questions feel free to ask them there.</p> <p>To checkout SVN sources type:<br /> <tt> svn co https://svn.sourceforge.net/svnroot/qboot qboot</tt> </p> </p> <h4><a href="http://qboot.sourceforge.net/?p=11" rel="bookmark" title="Permanent Link to Desktop Integration">Desktop Integration</a> </h4> <p>July 13th, 2006 <!-- by admin --></p> <p><p>I was thinking about other things that could be done further down the road with QBoot and desktop integration . Can QBoot even integrate? What are somethings that could be done to make QBoot blend in more with KDE, GNOME, Fluxbox, XFCE, and Enlightenment. (0.16 or 0.17)</p> <p>Leave a comment if you have any opinions or suggestions. </p> </p> <h4><a href="http://qboot.sourceforge.net/?p=12" rel="bookmark" title="Permanent Link to Project Update 01">Project Update 01</a> </h4> <p>July 27th, 2006 <!-- by admin --></p> <p><p>I’m glad to see that QBoot has finally started to pick up some web traffic, and that the number of downloads have shot through the roof over the past week or two. I’ve been busy rearranging and rewriting old code to keep it better organized and maintainable.</p> <p>The QBoot launch script is now a container for commonly used functions such as those for logging and error reporting. Hopefully this will provide better constancy throughout the user interface and allow each individual module (such as the boot menu) to contain functions that only apply to itself. I’ve also decided to move a lot of the variables out of qboot.conf and into the module that needs them. I did this so QBoot.conf could be reserved for variables that are meant to be customized by the user. (like all good config files should) Variables needed by more than one module and are not meant to be changed are stored in the main QBoot script. So if you’re one of those people who actually look at the source, expect some variable names to be changed for clarity and some of the old code to be reorganized by the time the alpha is released.</p> <p>I now also use the same images I used in the current demo in test code. It made more sense to use readily available free to distribute images than to use a Win98 install. </p> </p> <h4><a href="http://qboot.sourceforge.net/?p=13" rel="bookmark" title="Permanent Link to Scripts forum active">Scripts forum active</a> </h4> <p>July 27th, 2006 <!-- by admin --></p> <p><p>I’ve created a forum for scripts. You can use it post code snippets or your own launcher for qboot there. Anything you contribute will be a great help. </p> </p> <h4><a href="http://qboot.sourceforge.net/?p=15" rel="bookmark" title="Permanent Link to Alpha release comming soon!">Alpha release comming soon!</a> </h4> <p>July 29th, 2006 <!-- by admin --></p> <p><p>With the menu editor module being almost complete the alpha should be released any time now. All that’s left to do is to add the remove image functionallity to the menu editor and complete the install documentation. Along with the alpha I hope to release a second demo and rpm, deb, and slackware (tgz) as well as non packaged source code. With any luck the number of downloads of each type of package will be some indicator of the type of audience uses qboot. (not that you can tell a lot from the packages a person uses) </p> </p> <h4><a href="http://qboot.sourceforge.net/?p=16" rel="bookmark" title="Permanent Link to Code near complete">Code near complete</a> </h4> <p>July 31st, 2006 <!-- by admin --></p> <p><p>The finishing touches were put on the menu editor module today. The last task that remains (at least with the code) is to add an option to load the menu editor from the boot menu and the code is finished. One problem I ran in to was that everything is being run from the current directory, which doesn’t work well for an install in /usr, so I’ve had to change some things around to enable it to be run from there. Documentation is the main thing holding up the release. As soon as that task is done The alpha will be released. (Hopefully by the end of this week) </p> </p> <h4><a href="http://qboot.sourceforge.net/?p=19" rel="bookmark" title="Permanent Link to Alpha 0.1 released">Alpha 0.1 released</a> </h4> <p>August 4th, 2006 <!-- by admin --></p> <p><p>The moment you’ve all been waiting for has finally arrived. QBoot 0.1 alpha 1 (codenamed echo) is available on <a href="http://sourceforge.net/project/showfiles.php?group_id=171687">Sourceforge</a> for downloading. Unfortunately I was not able to make all the packages I had intended, but the source tarballs should be fine for now. There is three tarballs for different purposes. The one with global in the name has the files arranged in a similar way that they would be installed in the /usr/local tree. The demos are similar to the pre alpha demos. They run QBoot from a single directory so you can try QBoot out without installing it. qboot-0.1a1-demo.tar.bz2 contains two image files and an already configured boot menu. qboot-0.1a1-demo-noimages.tar.gz is exactly should be exactly the same as the other demo except it does not contain the image files. The images files can be <a href="http://fabrice.bellard.free.fr/qemu/download.html">downloaded</a> from the QEMU download page. The files are freedos.img.bz2 and small.ffs.bz2.</p> <p>I need you feedback. If you have downloaded QBoot before (especially the alpha) <strong>PLEASE</strong> give feedback. Leave messages in the bugs forum if you find a bug, and leave comments about what you liked, what you didn’t like, or what you think QBoot is missing. I want to make QBoot the best QEMU front end, and that can’t be done without user feedback.<br /> Thank you for using QBoot. </p> </p> <p> — <a href="http://qboot.sourceforge.net/index.php?paged=2">Next Page »</a></p> </div> <div class="toplink"> <a href="#">top</a> </div> <!-- class="toplink" --> <!-- ### footer starts ### --><br/> <div class="footer"><p> <a href="http://wp-plugins.net/" title="WordPress Plugins Database">Wp Plugins</a> | <a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></p> <p>Copyright © QBoot<br/> <p>Credits: <a href="http://www.italiasw.com" title="Realized By">Matteo Turchetto</a> | <a href="http://andreasviklund.com" title="Inspired by Andreas 08 Template">Andreas Viklund</a> </p> </div> <!-- class="footer" --> <!-- ### footer ends ### --> </body>