Git Product home page Git Product logo

pyr0's People

Contributors

dasfranck avatar fabiensiron avatar gitter-badger avatar lun-4 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pyr0's Issues

Custom bootloader

Write a custom bootloader for the project which must set-up the system before loading the core (video, 32 bits, command line ...).

Move compiler to C

The tinypy compiler is currently composed of 3 python's modules: tokenize.py, parser.py and encode.py.
The compiler is already boostrapped in bc.c under a array of tpc (tinypy bytecode).
If the compiler is moved in C, the speed is improved and the debugging is easier.
Plus, one can correct some grammar mistakes: empty file, one litteral...

VFS

A simple vfs have to be done. Basically, we need a read-only ext2 ramfs, a tmpfs, a devfs and maybe procfs.

Pyr0 library

Rewrite the pyr0 library (include/ and lib/).
First step is to rewrite the code already written in a more homogeneous way.
Second step, is to add some functionalities (math, string etc...).
A "libc" or "pyro.lib" module can be written to test that.

EDIT: some data structures can be added. For example, list, hashtbl, ringbuff, refcnt ...

Port pyr0 on ARM: Raspberry pi

I really want pyr0 to work on Raspberry (or same kind of stuff). The first step would be to divide the kernel into architecture dependant and non architecture dependant code. After that, let's port the kernel (memory, interrupts at less).

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.