Coder Social home page Coder Social logo

goose's People

Contributors

cohenarthur avatar dependabot[bot] avatar n1tram1 avatar skallwar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

goose's Issues

Add VGA library

Right now the VGA library only allows you to write a string, it needs some more functionality

Update README

Fix compilation steps, fix runners, fix the dependencies required to run the project

Use a static for the VGA Buffer

Instead of carrying the reference around, use a static for the VGA Buffer. This allows unit tests to write to the buffer as well

Optimize PMM initialization

The PMM initialization absurdly slow, to the point that, even in release build, a couple of megabytes can take more than a minute

Document every thing

GoOSe is missing a ton of documentation, including the out of date readme.

I will do this after #35 is merged

Cleanup - Board configuration

We need to have one .cargo/config for each board and use it when using cargo build

The usage could look like this:

$ cargo configure boards/riscv64/qemu_virt
...
$ cargo build
...

Implement processes

  • Make VAddr and PAddr value objects for users to use instead of direct u64 values (#93)
  • Implement a physical memory fine grain allocator on to of our physical page allocator (#94)
  • ELF loader (#90)
  • Implement process context structure

Drop x86

x86 is not fun and not really present in the embedded world

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.