Code Monkey home page Code Monkey logo

tinyos's Introduction

TinyOS Hobby Kernel
===================

TinyOS Hobby Kernel "tinyKern", a hobby, AArch64 kernel. tinyKern is intended
to be loaded by the tinyBoot bootloader, which is currently closed-source but
compiled binaries are published under the Releases tab of this repository.

This README outlines some initial design ideas/goals for tinyKern, with more
detailed documentation located under the docs/ directory. The following are
some general design ideas for tinyKern:

 * Much is inspired by XNU, with some influence from Linux too, both in the
   kernel design and source code flow.
 * UNIX-like, Hybrid kernel.
 * Absoloutely NO predefined platform information. Whereas tinyBoot heavily
   relies on a platform description and platform-specific code, this kernel
   must be loadable on various platform configurations, as long as a device
   tree is present.
 * Will rely on Flattened Device Tree, maybe ACPI too in the future.
 * Must be loaded by tinyBoot, as described in docs/booting.txt.
 * Some kind of minimal Libc implementation.
 * Please, come up with a better name other than "tinyKern".

Some further design ideas that will have dedicated design docs are a Tiny-O
executable file format, instead of using ELF, as well as a TinyImage wrapper
for encrypted and compressed kernel images.


** Drivers **

The way kernel drivers will work is not yet determined. I'm currently leaning
towards the way U-Boot handles drivers. More on this will be documented as
I come up with ideas. Some drivers such as Graphics, Filesystem, Networking
etc will be implemented as seperate drivers - not as part of the Kernel
source.


** Source Tree **

The general source code layout will probably look something like this:

 * arch/        AArch64-specific assembly, C, etc.
 * kern/        Kernel Core.
 * machine/     Machine API.
 * platform/    Platform API (TBD, see docs/booting.txt)
 * ipc/         Inter-process communication.
 * vm/          Virtual Memory Subsystem.
 * lib/         Library (libfdt, libc, etc)

tinyos's People

Contributors

h3adshotzz avatar

Stargazers

MD SLAUDDIN avatar Scott Lagler avatar Jon Palmisciano avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.