Giter Site home page Giter Site logo

chickadee's Issues

panic() relies on initially unmapped console

The base code has a number of calls to panic() but these all result in a page fault for 0xb8e60 (the low canonical address for part of the console) attempting to write a missing page. It seems that while page fault is implemented in the kernel, so can write to the console, panic() is implemented as a user-mode function so does not have access to the console (until that feature has been added).

Would it make sense to convert panic() to a kernel function?

Update chickadee.gdb with CHICKADEE_FIRST_PROCESS

While it is possible to select CHICKADEE_FIRST_PROCESS using an environment variable or a command-line option, the debugger is configured to always add the symbol file for p-allocator.cc. This makes it difficult to debug alternate applications. It would be nice if the mechanism that substituted a different first process could also update the debugging configuration.

How long should 'make run' take?

I've started it on two different machines. After about 40 hours of 100% CPU the '@' counter is at 13 million. What is the end state number? Did a delay accidentally get put into the releases?
screen shot 2018-04-08 at 7 52 41 am

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.