Skip to content

Commit dbe75aa

Browse files
committed
Publish version 0.8.0
1 parent 73f7ccb commit dbe75aa

File tree

9 files changed

+46
-34
lines changed

9 files changed

+46
-34
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 43 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,49 @@
22

33
## Unreleased
44

5-
- Remove superfluous use of lazy_static (#364)
6-
- Use exit code to set status var (#360)
7-
- Add shell aliases (#357)
8-
- Bump object from 0.28.4 to 0.29.0 (#358)
9-
- Fix args ptr alignment (#359)
10-
- Improve regex for redirections (#356)
11-
- Store current direction in DIR shell variable (#355)
12-
- Add userspace entry_point macro (#354)
13-
- Add shell globbing (#352)
14-
- Read command line args from userspace programs (#351)
15-
- Add binaries (#350)
16-
- Executable loading (#349)
17-
- Add shell variables (#348)
18-
- Improve Lisp (#344)
19-
- Add lazy allocation (#275)
20-
- Replace clock syscalls with device files (#345)
21-
- Add time command (#346)
22-
- Bump smoltcp from 0.8.0 to 0.8.1 (#342)
23-
- Add socket command (#341)
24-
- Bump object from 0.28.3 to 0.28.4 (#339)
25-
- Replace ChaCha RNG by HC-128 (#338)
26-
- Build only moros image (#340)
27-
- Refactor serial (#336)
28-
- Improve dhcp command (#335)
29-
- Rewrite network interface (#334)
30-
- Add CSI sequence for enabling or disabling echo to userspace (#333)
31-
- Refactor code (#330)
32-
- Improve FUSE driver with write and delete (#292)
33-
- Fix device reading (#329)
34-
- Add a reboot command (#328)
35-
- Fix issues with process alloc (#327)
5+
## 0.8.0 (2022-08-05)
6+
- Add Brautigan poem ([#373](https://github.com/vinc/moros/pull/373))
7+
- Add CSI sequence for enabling or disabling echo to userspace ([#333](https://github.com/vinc/moros/pull/333))
8+
- Add a reboot command ([#328](https://github.com/vinc/moros/pull/328))
9+
- Add binaries ([#350](https://github.com/vinc/moros/pull/350))
10+
- Add lazy allocation ([#275](https://github.com/vinc/moros/pull/275))
11+
- Add shell aliases ([#357](https://github.com/vinc/moros/pull/357))
12+
- Add shell globbing ([#352](https://github.com/vinc/moros/pull/352))
13+
- Add shell variables ([#348](https://github.com/vinc/moros/pull/348))
14+
- Add socket command ([#341](https://github.com/vinc/moros/pull/341))
15+
- Add tilde expansion to shell ([#367](https://github.com/vinc/moros/pull/367))
16+
- Add time command ([#346](https://github.com/vinc/moros/pull/346))
17+
- Add userspace entry point macro ([#354](https://github.com/vinc/moros/pull/354))
18+
- Build only moros image ([#340](https://github.com/vinc/moros/pull/340))
19+
- Executable loading ([#349](https://github.com/vinc/moros/pull/349))
20+
- Fix args ptr alignment ([#359](https://github.com/vinc/moros/pull/359))
21+
- Fix device reading ([#329](https://github.com/vinc/moros/pull/329))
22+
- Fix issues with process alloc ([#327](https://github.com/vinc/moros/pull/327))
23+
- Fix variables expansion ([#370](https://github.com/vinc/moros/pull/370))
24+
- Improve FUSE driver with write and delete ([#292](https://github.com/vinc/moros/pull/292))
25+
- Improve Lisp ([#344](https://github.com/vinc/moros/pull/344))
26+
- Improve dhcp command ([#335](https://github.com/vinc/moros/pull/335))
27+
- Improve http command ([#365](https://github.com/vinc/moros/pull/365))
28+
- Improve lisp ([#362](https://github.com/vinc/moros/pull/362))
29+
- Improve regex for redirections ([#356](https://github.com/vinc/moros/pull/356))
30+
- Read command line args from userspace programs ([#351](https://github.com/vinc/moros/pull/351))
31+
- Refactor code ([#330](https://github.com/vinc/moros/pull/330))
32+
- Refactor serial ([#336](https://github.com/vinc/moros/pull/336))
33+
- Remove superfluous use of lazy static ([#364](https://github.com/vinc/moros/pull/364))
34+
- Replace ChaCha RNG by HC-128 ([#338](https://github.com/vinc/moros/pull/338))
35+
- Replace clock syscalls with device files ([#345](https://github.com/vinc/moros/pull/345))
36+
- Rewrite network interface ([#334](https://github.com/vinc/moros/pull/334))
37+
- Store current direction in DIR shell variable ([#355](https://github.com/vinc/moros/pull/355))
38+
- Upgrade linked list allocator ([#363](https://github.com/vinc/moros/pull/363))
39+
- Use exit code to set status var ([#360](https://github.com/vinc/moros/pull/360))
40+
- Bump libm from 0.2.2 to 0.2.3 ([#372](https://github.com/vinc/moros/pull/372))
41+
- Bump object from 0.28.3 to 0.28.4 ([#339](https://github.com/vinc/moros/pull/339))
42+
- Bump object from 0.28.4 to 0.29.0 ([#358](https://github.com/vinc/moros/pull/358))
43+
- Bump raw-cpuid from 10.3.0 to 10.4.0 ([#375](https://github.com/vinc/moros/pull/375))
44+
- Bump smoltcp from 0.8.0 to 0.8.1 ([#342](https://github.com/vinc/moros/pull/342))
45+
- Bump spin from 0.9.3 to 0.9.4 ([#369](https://github.com/vinc/moros/pull/369))
46+
- Bump vte from 0.10.1 to 0.11.0 ([#371](https://github.com/vinc/moros/pull/371))
47+
- Bump x86_64 from 0.14.9 to 0.14.10 ([#368](https://github.com/vinc/moros/pull/368))
3648

3749
## 0.7.1 (2022-04-10)
3850
- Add 2048 game ([#295](https://github.com/vinc/moros/pull/295))

β€ŽCargo.lockβ€Ž

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "moros"
33
description = "MOROS: Obscure Rust Operating System"
4-
version = "0.7.1"
4+
version = "0.8.0"
55
authors = ["Vincent Ollivier <v@vinc.cc>"]
66
edition = "2018"
77
license = "MIT"

β€Ždsk/bin/clearβ€Ž

64 Bytes
Binary file not shown.

β€Ždsk/bin/haltβ€Ž

64 Bytes
Binary file not shown.

β€Ždsk/bin/helloβ€Ž

64 Bytes
Binary file not shown.

β€Ždsk/bin/printβ€Ž

64 Bytes
Binary file not shown.

β€Ždsk/bin/rebootβ€Ž

64 Bytes
Binary file not shown.

β€Ždsk/bin/sleepβ€Ž

64 Bytes
Binary file not shown.

0 commit comments

Comments
Β (0)