Commit a4be202
feat(starry): add test (#13)
* Publish v0.1.0 to crates.io
* Fix broken links in README
* Bump to v0.1.1
* add UrandomDev (#2)
* Bump to v0.1.2
* feat: iofn
* refactor: project structure, enhance basic traits
* style: parameter name consistency
* feat: probe maybe_uninit_slice
* style: format code
* feat: add BufWriter and LineWriter
* docs: update README.md "Features" section for buffered
* chore: remove BufReader::seek_relative
* test: add unit tests
* feat: IoBuf
* ci: drop nightly-2025-05-20
* build: bump version to 0.3.0-pre.0
* chore: typo
* feat: add utils
* chore: explicit result type
* refactor: reimplement BufReader
* refactor: redesign IoBuf, add IoBufMut back
* build: bump to 0.3.0-pre.1
* feat: add StarryOS build and run commands with configuration management
* feat: add default AX_IP and AX_GW environment variables to build_env
* feat: update axio version and refactor manifest directory handling in build process
* feat: update axio repository branch to dev2 in repos.csv
* Remove subtree components/axio before force re-add
* feat: update axio and axpoll dependencies in Cargo.toml and Cargo.lock
* feat: update axio repository branch to main in repos.csv
* feat: add description for axfs_crates in repos.csv
* feat: update axfs crates to version 0.1.2 and adjust workspace configuration
* feat: update axerrno dependency to version 0.2 in multiple Cargo.toml files and improve error handling in memory allocation
* fix(starry): map axfs/axnet to ng only for starry kernel
* fix(axcpu): make aarch64 exception table PIE-safe
* feat: add dynamic platform (plat-dyn) support in Arceos configuration and build arguments
* feat: update dynamic platform support and improve test configurations
---------
Co-authored-by: Yuekai Jia <equation618@gmail.com>
Co-authored-by: Wanderlust <100674758+879650736@users.noreply.github.com>
Co-authored-by: 朝倉水希 <asakuramizu111@gmail.com>1 parent 0c65612 commit a4be202
2 files changed
+45
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
37 | 42 | | |
| 43 | + | |
38 | 44 | | |
39 | 45 | | |
40 | 46 | | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
41 | 77 | | |
42 | 78 | | |
43 | 79 | | |
| |||
53 | 89 | | |
54 | 90 | | |
55 | 91 | | |
56 | | - | |
| 92 | + | |
57 | 93 | | |
58 | | - | |
| 94 | + | |
59 | 95 | | |
60 | 96 | | |
61 | 97 | | |
| |||
73 | 109 | | |
74 | 110 | | |
75 | 111 | | |
76 | | - | |
| 112 | + | |
77 | 113 | | |
0 commit comments