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

Commit 3af2b7e

Browse files
committed
Version 0.1.3
1 parent bd9ef46 commit 3af2b7e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### 0.1.3 (2014-09-07)
2+
3+
- Halt system when there is nothing to do
4+
- Basic networking (unstable)
5+
- Virtio-net NIC driver
6+
- KVM fixes
7+
- HPET timer
8+
- Date.now() microsecond precision
9+
- other improvements
10+
111
### 0.1.2 (2014-07-27)
212

313
- New terminal

src/kernel/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Version {
2929
}
3030

3131
static uint32_t getRev() {
32-
return 2;
32+
return 3;
3333
}
3434

3535
private:

0 commit comments

Comments
 (0)