From: bubach Date: Fri, 16 Jan 2015 21:39:45 +0000 (+0100) Subject: Create gh-pages branch via GitHub X-Git-Url: https://git.wirehaze.ovh/BOS.git/commitdiff_plain/5c964e24d6a8a7581e5e3ec19da2ee5891d510f2 Create gh-pages branch via GitHub --- diff --git a/index.html b/index.html index 685e5bb..c509cbc 100644 --- a/index.html +++ b/index.html @@ -32,36 +32,55 @@

-Welcome to GitHub Pages.

+Welcome to BOS Github page. -

This automatic page generator is the easiest way to create beautiful pages for all of your projects. Author your page content here using GitHub Flavored Markdown, select a template crafted by a designer, and publish. After your page is generated, you can check out the new branch:

+

BOS official webpage with forums can be found at BOS. On this page I'll just provide a quickstart for how to try BOS. I'm basing this on OSX, but should be similar for *nix, and the repository has a .bat script for Windows.

-
$ cd your_repo_root/repo_name
-$ git fetch origin
-$ git checkout gh-pages
+

+Getting the OS image file

+ +

Here I'll provide links to the newest available BOS images for direct testing: +1.44MB floppy image

+ +

The image was created on my OSX setup with these commands, using the Homebrew brew install mtools package.

+ +
$ mformat -C -f 1440 -v BOS -i ./bos.img ::
+$ hdiutil attach ./bos.img
+$ cp ./kernel/kernel.sys /Volumes/BOS
+$ umount /Volumes/BOS
+$ dd if=./boot/BOS_boot.bin of=/dev/disk1 bs=1 count=512
+$ hdiutil detach /dev/disk1
+$ chmod 0777 ./bos.img
 
-

If you're using the GitHub for Mac, simply sync your repository and you'll see the new branch.

+

+Testing the OS

+ +

To test the OS you will need Bochs, Qemu or a physical floppy driver in your desktop computer. Bochs can be downloaded on OSX with homebrew by first getting the X11 xquartz package. After that is installed, run:

+ +
$ brew install homebrew/x11/bochs
+$ bochs -f ./doc/bochsrc-osx.txt
+

-Designer Templates

+Commands -

We've crafted some handsome templates for you to use. Go ahead and continue to layouts to browse through them. You can easily go back to edit your page before publishing. After publishing your page, you can revisit the page generator and switch to another theme. Your Page content will be preserved if it remained markdown format.

+

Right now there isn't much you can do in BOS. The available commands will be listed by typing help followed by ENTER. As development goes on, I will go into more detail here.

-Rather Drive Stick?

+Roadmap and goals -

If you prefer to not use the automatic generator, push a branch named gh-pages to your repository to create a page manually. In addition to supporting regular HTML content, GitHub Pages support Jekyll, a simple, blog aware static site generator written by our own Tom Preston-Werner. Jekyll makes it easy to create site-wide headers and footers without having to copy them across every page. It also offers intelligent blog support and other advanced templating features.

+

After several years with not much happening, I'm now back and fully committed on getting the next version of BOS released - which will focus mainly on a VFS (Virtual File System) abstraction layer for keeping track of storgage devices and filesystems. Next release will feature the VFS with the updated floppy driver and FAT12 support.

-Authors and Contributors

+Contribute -

You can @mention a GitHub username to generate a link to their profile. The resulting <a> element will link to the contributor's GitHub Profile. For example: In 2007, Chris Wanstrath (@defunkt), PJ Hyett (@pjhyett), and Tom Preston-Werner (@mojombo) founded GitHub.

+

All contributions are welcomed. Be sure to visit the forums first, and announce what you might want to help out with, and then you create pull requests on Github.

Support or Contact

-

Having trouble with Pages? Check out the documentation at https://help.github.com/pages or contact support@github.com and we’ll help you sort it out.

+

Having trouble? Check out the BOS forums at https://bos.asmhackers.net/forum and we’ll help you sort it out.