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

Implement interrupts, serial, keyboard input and commands added previously #6

Merged
merged 29 commits into from
Jul 20, 2024

Commits on Jul 18, 2024

  1. interrrupts.....

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    d2466a1 View commit details
    Browse the repository at this point in the history
  2. fixed

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    ce715f1 View commit details
    Browse the repository at this point in the history
  3. double faults

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    507134e View commit details
    Browse the repository at this point in the history
  4. Implement serial

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8d5416a View commit details
    Browse the repository at this point in the history
  5. cargo fixes

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a39e524 View commit details
    Browse the repository at this point in the history
  6. add author

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    c07fec8 View commit details
    Browse the repository at this point in the history
  7. todo

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    dccd57f View commit details
    Browse the repository at this point in the history
  8. CHECKPOINT

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    4650275 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d926254 View commit details
    Browse the repository at this point in the history
  10. Keyboard Input

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    30ad34d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e770195 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8297a74 View commit details
    Browse the repository at this point in the history
  13. Add page fault handling

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    9ffe502 View commit details
    Browse the repository at this point in the history
  14. Accessing tables

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    e473225 View commit details
    Browse the repository at this point in the history
  15. move shell to res

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    f507d87 View commit details
    Browse the repository at this point in the history
  16. Everything works

    adamperkowski committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    8087d68 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    7afff11 View commit details
    Browse the repository at this point in the history
  2. Heap allocation works

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    99b5949 View commit details
    Browse the repository at this point in the history
  3. ...

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    338107b View commit details
    Browse the repository at this point in the history
  4. Allocator from scratch

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c3a5620 View commit details
    Browse the repository at this point in the history
  5. Clippy calm down

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    2f58af5 View commit details
    Browse the repository at this point in the history
  6. Move res to cmd

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3165508 View commit details
    Browse the repository at this point in the history
  7. commands integrated

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4edaa57 View commit details
    Browse the repository at this point in the history
  8. TODO

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3240986 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8068612 View commit details
    Browse the repository at this point in the history
  10. saving input

    adamperkowski committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    85afd88 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    5d8378a View commit details
    Browse the repository at this point in the history
  2. DONE

    adamperkowski committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    2a2b997 View commit details
    Browse the repository at this point in the history
  3. better init system

    adamperkowski committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    0f5233a View commit details
    Browse the repository at this point in the history