Skip to content

Tags: bythos14/kubridge

Tags

v0.3.1_hotfix

Toggle v0.3.1_hotfix's commit message
Deadlock hotfix

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enable support for swp instruction. (#3)

v0.3

Toggle v0.3's commit message
Refactor exception handling

Refactored exception handling system.

Added support for undefined instruction exceptions.

Deprecated abort handler entrypoints and behaviour.

untagged-30cf89584b3589c22a84

Toggle untagged-30cf89584b3589c22a84's commit message
Refactor exception handling

Refactored exception handling system.

Added support for undefined instruction exceptions.

Deprecated abort handler entrypoints and behaviour.

v0.2

Toggle v0.2's commit message
Add MemDecommit function

MemDecommit is the counterpart to MemCommit. It will free phypages in a range, or simply unmap pages that were commited as a mirror of another memBlock.

Also made adjustments to page mapping and un-mapping done by MemProtect

v0.1

Toggle v0.1's commit message
Initial commit