Skip to content

kulshanconcepts/zebu3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zebu 3 - OS for Raspberry Pi

Zebu 3 is an operating system project for Raspberry Pi. It currently has no long-term objectives. The short-term objective is to learn how ARM works at the low level.

The Author

My name is Tyrel. I write operating systems for fun. I also work for a major global enterprise software company. I have contributed to a couple open source projects as well.

The History Behind the Name

Zebu 3 is the third operating system I have written.

The first one, Zebu, was an Intel IA-32 (x86) operating system, written in C and assembly. I named it Zebu because a zebu is a type of bovine, like a gnu!

It ran on a floppy disk, could run programs from command line and was fully multi-tasking. I started on it in March of 2006, on SourceForge. In 2007, I moved it to a private repository and continued work on it off and on through June 2009. I definitely learned a lot with that project.

Zebu 2 started shortly, in August 2009. It was a multi-tasking operating system for Intel 64 (and AMD64). Its kernel was written in C++. I learned more here, not just about 64-bit assembly and such, but also about VM86 mode (allows running of 16-bit code to use BIOS calls) and some of the internals of C++. I haven't worked on Zebu 2 since February 2012.

License

Copyright © 2016 Kulshan Concepts

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.