Skip to content

Releases: debemdeboas/virtual-machine

Phase 7.1

08 Jul 22:30
31d43fc
Compare
Choose a tag to compare

Improved documentation and sanitized shell fields

Phase 7

07 Jul 03:24
fb896be
Compare
Choose a tag to compare

Add concurrent shell using binary sockets

Phase 6

06 Jul 03:57
87c4dd5
Compare
Choose a tag to compare

Introducing: concurrent task scheduling

Phase 5.1

06 May 22:32
65ecc41
Compare
Choose a tag to compare

This release improves the README

Phase 5

06 May 04:29
2522f51
Compare
Choose a tag to compare

Finish Phase 5 of the specification:

Create a CPU/process scheduler

Phase 4

04 May 17:28
aecfa58
Compare
Choose a tag to compare

Finish Phase 4 of the specification:

Implement memory paging

Phase 3.1

14 Mar 05:21
Compare
Choose a tag to compare

New documentation with usage. Improved comments.

Phase 3

14 Mar 03:40
Compare
Choose a tag to compare

Add TRAPS for I/O operations

Phase 2.1

14 Mar 01:41
Compare
Choose a tag to compare

Improve documentation and code readability

Phase 2

13 Mar 21:39
Compare
Choose a tag to compare

Fully complete the second phase of the project specification.

Added five new exceptions (or system interrupts):

  • EInvalidCommand
  • EInvalidAddress
  • EProgramEnd
  • EMathOverflowError
  • ETrap