Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Base implementation of the MMU + TLB + Exceptions #4

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2018

  1. chore: add new deps

    dignifiedquire committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    db3ee88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0027d09 View commit details
    Browse the repository at this point in the history
  3. feat(fpu): gracefully handle unknown fmts

    Seen these come up in a couple of places, for now just log warnings for unknowns and panic for those that are known.
    dignifiedquire committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    f7e25df View commit details
    Browse the repository at this point in the history
  4. feat(cp0): add missing registers

    and implement details for status_reg
    dignifiedquire committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    f7adc33 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

  1. Configuration menu
    Copy the full SHA
    14bac10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    592cd5d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Configuration menu
    Copy the full SHA
    f890095 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70168fb View commit details
    Browse the repository at this point in the history
  3. start tlb impl

    dignifiedquire committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    d359ce7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. implement tlb opcodes

    dignifiedquire committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    b169ab2 View commit details
    Browse the repository at this point in the history
  2. remove debug file

    dignifiedquire committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    9223ad0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c876c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c705ed2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e1d747 View commit details
    Browse the repository at this point in the history