Releases: debemdeboas/virtual-machine
Releases · debemdeboas/virtual-machine
Phase 7.1
Phase 7
Add concurrent shell using binary sockets
Phase 6
Introducing: concurrent task scheduling
Phase 5.1
This release improves the README
Phase 5
Finish Phase 5 of the specification:
Create a CPU/process scheduler
Phase 4
Finish Phase 4 of the specification:
Implement memory paging
Phase 3.1
New documentation with usage. Improved comments.
Phase 3
Add TRAPS for I/O operations
Phase 2.1
Improve documentation and code readability
Phase 2
Fully complete the second phase of the project specification.
Added five new exceptions (or system interrupts):
- EInvalidCommand
- EInvalidAddress
- EProgramEnd
- EMathOverflowError
- ETrap