Coder Social home page Coder Social logo

newtonix's Introduction

Introduction

Newtonix is an elementary operating system built from tutorials across the internet. I am working on it primarily to learn more about low-level programming, however, it may be developed further into a mature operating system in the future. The design is meant to be UNIX-like, for stability and portability purposes.

Target Platform

The operating system is primarily designed for i686 processors and legacy BIOS systems, therefore, it is to be built using a cross-compiler, and a legacy version of GRUB as a bootloader.

Pre-requisites

To build Newtonix, it is important to have a version of i686-elf-gcc, and i686-elf-as installed. These could be made by downloading and compiling source files from the GCC, and Binutils websites, however, a quicker way would be to install these from Debian repositories.

It is also important to have grub-pc-bin, especially if you have a UEFI system. xorriso and qemu are needed to create a disc image and emulate i686 on your host computer.

NOTE: If installed from Debian repositories, a symlink must be created in the host's /bin from the 'apt-installed' cross-compilers i686-linux-elf-gcc, and i686-linux-elf-as to i686-elf-gcc, and i686-elf-as. This is necessary to avoid issues with the make script.

Building and Running

Once all prerequisites are satisfied, clone this repository locally by invoking git clone <GitHub URL>, and running the provided scripts. Compile Newtonix with ./build.sh, generate an ISO image with ./iso.sh, and boot into it with ./qemu.sh.

Objectives

It would be splendid to have a version of GCC ported to Newtonix, however, this must succeed in getting all fundamental system functions like memory management in working order. After this is accomplished, the OS can then be ported to more modern platforms, such as x86_64, and aarch64, with UEFI firmware. Initially, however, the system will be designed on more simple, legacy hardware.

Sources

Here are some of the websites I'm using to build this project:

newtonix's People

Contributors

ica574 avatar

Stargazers

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