Git Product home page Git Product logo

tofita's Introduction

Tofita

Tofita Logo

All-new kernel for the Greentea OS

Telegram Channel Telegram Chatroom Join the chat at Discord! GPL License GitHub Feed Nightly Builds Made with Hexa

Greentea OS is aimed to provide complete operating system compatible with existing apps

Screenshot

Features

  • UEFI 64-bit x86 hybrid performance-oriented kernel
  • Quake-style terminal (hit ~ to show/hide)
  • Desktop GUI
  • Tested on those VMs:
    • VirtualBox 6.0+ (use exactly "Mac OS X (64-bit)" preset)
    • Hyper-V (use Generation 2, disable Secure Boot, no PS/2 support, read tools\pipe.js for more info)
    • WMware Workstation (Other 64-bit, Virtualize Intel VT-x/EPT or AMD-V/RVI, Firmware type - UEFI)
    • QEMU with KVM or WHPX (-accel [kvm or whpx] -bios OVMF.fd -m 2048 -serial stdio -vga std -machine pc-q35-2.10 -smp 2)
  • Very low on resources, just 2 GB RAM minimum required
  • Isolation and containerization of everything
  • Exclusively only multi-core CPUs
  • NjRAA graphics stack

GreenteaOS (Tofita) system requirements

  • 2 GB RAM
  • Motherboard with UEFI, SATA (AHCI) or NVMe, PCIe and USB 2.0+
  • Multicore modern 64-bit CPU (most AMD and Intel CPUs from Q3 2011 and newer)

Give a star

Give some attention for Tofita be noticed

Become a patron

Help to hire developers and buy hardware

Tools

  • listen.js - listen to VirtualBox COM port in TCP socket mode
  • pipe.js - listen to VirtualBox\Hyper-V COM port in pipe mode
  • vbox.js - starts VirtualBox Tofita VM and exits
  • webui.bat - web-based UI for COM port
  • gos-devlist.bat - show useful device names and PCI IDs to gather user hardware stats

Build

Get automatic build or make yours with Teapot (if you want to edit the code)

Nightly builds

If you don't want to build Tofita, you may download latest automatic GitHub build

Build using Teapot

Download or clone Teapot repo and place alongside of Tofita repo:

.\Teapot
.\Tofita

You should have extracted Teapot-master and have folders like this .\Teapot\LLVM-*.*.*.

Teapot will take less space if cloned with limited depth of commit history:

git clone --recursive --depth 1 https://github.com/GreenteaOS/Tofita.git
git clone --recursive --depth 1 https://github.com/GreenteaOS/Teapot.git

Configure

Create R: ram disk about 1 GB (you may download a free AMD Radeon™ RAMDisk) for faster builds and configure config.json > tempFolder. Otherwise C: is used to store builds by default.

Install Hexa

You also need to install Hexa compiler.

Currently you will build Hexa manually too. Download this and extract contents of hexa-kawaii into C:\Hexa, so you have C:\Hexa\hexa.cmd.

Install node.js LTS.

cd C:\hexa
node bootstrap.js hexa.json
node hexa-node.js hexa.json
node hexa-node.js hexa.json

Add C:\Hexa into your PATH.

Compile and generate disk image

cmd /c build

Or just open build.bat file with Explorer.

Build using Linux

Open build.sh for instructions. Remember to chmod +x build.sh if required.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see https://www.gnu.org/licenses/.

More information about legal issues

tofita's People

Contributors

laniku avatar peyty 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.