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

Memory #190

Merged
merged 33 commits into from
Sep 18, 2024
Merged

Memory #190

merged 33 commits into from
Sep 18, 2024

Commits on Jul 6, 2024

  1. doc: update README

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f210422 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    566b6d5 View commit details
    Browse the repository at this point in the history
  3. feat(libc): bit operations

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    9868ed9 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. feat(memory): add mem

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c876f6a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e7280d8 View commit details
    Browse the repository at this point in the history
  2. feat(memory): update

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    4b7f4b5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    b915b68 View commit details
    Browse the repository at this point in the history
  4. working on pmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    adf2368 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. merge

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    12e4d19 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    74a6301 View commit details
    Browse the repository at this point in the history
  3. fix: add return 0

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    4c22a77 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0230af9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a134f7c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2829138 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    60b3e6e View commit details
    Browse the repository at this point in the history
  5. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    58cdc82 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f4413c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. style: PAGE_SIZE->kPageSize

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    89e5c63 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    e3e38d7 View commit details
    Browse the repository at this point in the history
  3. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    03faff1 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. refactor: firstfit_allocator as template

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    386f001 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    61b29bd View commit details
    Browse the repository at this point in the history
  2. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    58e18ad View commit details
    Browse the repository at this point in the history
  3. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    adb0c8e View commit details
    Browse the repository at this point in the history
  4. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8cbab95 View commit details
    Browse the repository at this point in the history
  5. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    da67739 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fa85cbd View commit details
    Browse the repository at this point in the history
  7. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    939f3aa View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    75af411 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1ca8daa View commit details
    Browse the repository at this point in the history
  3. fix: overflow

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8af08a7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'new_intr' into memory

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    26478d9 View commit details
    Browse the repository at this point in the history
  5. feat: working on vmm

    Signed-off-by: Zone.N <[email protected]>
    MRNIU committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    77d443e View commit details
    Browse the repository at this point in the history