Giter Site home page Giter Site logo

mx's People

Contributors

zhiayang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

wannabe66

mx's Issues

Reduce work done within interrupt handlers

While inside an interrupt handler, preemption is disabled (for sanity). This means that if some handler decides to do something stupid (eg. I/O?? blocking stuff??), bad stuff is going to happen.

This was a problem previously with the network stack -- receiving a packet caused processing of the entire stack (including TCP etc.) -- while still in the interrupt handler.

This has since been fixed. There's a "DeviceJobQueue" or something somewhere in there, it just needs to be used for more things.

OTOH, IRQ handlers (handled by OS and not directly wired to PIC) and maybe DMA interrupts still need working on.

I get a permission error when running ./bootstrap

oak% uname -ira
Linux oak 4.13.0-17-generic #20-Ubuntu SMP Mon Nov 6 10:04:08 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
oak% lsb_release -irc
Distributor ID:	Ubuntu
Release:	17.10
Codename:	artful
oak%

screenshot from 2017-12-04 15-56-09

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.