Giter Site home page Giter Site logo

retrodeluxe / fuzix Goto Github PK

View Code? Open in Web Editor NEW

This project forked from etchedpixels/fuzix

0.0 0.0 0.0 16.69 MB

FuzixOS: Because Small Is Beautiful

License: Other

Assembly 21.64% C 73.10% Makefile 2.61% Shell 0.35% Forth 0.18% Python 0.01% Awk 0.01% Limbo 0.50% Yacc 0.19% Roff 0.97% OpenEdge ABL 0.07% Perl 0.11% AngelScript 0.22% SWIG 0.03% BASIC 0.01% Batchfile 0.01% CMake 0.03% GDB 0.01%

fuzix's People

Contributors

abbasfaisal avatar adx11 avatar atsidaev avatar balyuf avatar beretta42 avatar davidgiven avatar daztucker avatar dfffffff avatar electrified avatar erkinalp avatar etchedpixels avatar frno7 avatar geijoenr avatar jcw avatar k0gamsx avatar marioaugustorama avatar nealcrook avatar palainp avatar pawelo12345678 avatar pawosm-arm avatar piso77 avatar ra1fh avatar retrac0 avatar skiselev avatar slp avatar tinkercnc avatar tjewell99 avatar tormodvolden avatar willsowerbutts avatar xmotif avatar

Watchers

 avatar  avatar  avatar

fuzix's Issues

Add some form of initromfs as an option

Current Kernel is a 64K ROM.
When using a flash cartridge with a ASCII 8 Mapper we can use up to 2MB, which means we can easily fit a base file system there. That would make it much easier to use the system for some users.

Graphics Support

This is about adding the IOCTL to set mode and draw stuff. Is a bit unclear if current ioctl interface is enough, because a lot of stuff can be done with the v99xx's

Processes take too much ram

All processes take 4 pages regardless of the actual size, that means that 512k are barely enough to run 7 processes.

Detect and use all memory mappers, not just the primary

Currently we use only the active mapper (the biggest one), because using other mappers to run processes would add a lot of overhead due to slow switching.

But we can use a secondary mapper as a trivial swap device. Effectively using all the RAM available while keeping the overhead low.

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.