Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iefserge committed Sep 7, 2014
1 parent bd9ef46 commit 3af2b7e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 0.1.3 (2014-09-07)

- Halt system when there is nothing to do
- Basic networking (unstable)
- Virtio-net NIC driver
- KVM fixes
- HPET timer
- Date.now() microsecond precision
- other improvements

### 0.1.2 (2014-07-27)

- New terminal
Expand Down
2 changes: 1 addition & 1 deletion src/kernel/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Version {
}

static uint32_t getRev() {
return 2;
return 3;
}

private:
Expand Down

0 comments on commit 3af2b7e

Please sign in to comment.