30251964ee
Bump version to 0.11.3
2025-02-27 11:55:02 +08:00
9b8c6b5aa9
Update the toolchain version in template
2025-02-27 11:36:41 +08:00
cbb4b4e631
Fix lint errors
2025-02-27 11:36:41 +08:00
82a2c4cdec
Bumped version to 0.11.2
2025-02-27 09:05:03 +08:00
17c8da7459
Fix the problem that OSDK picks the test kernel by default
2025-02-21 21:17:29 +08:00
d74d126e64
Enhance OSDK profile stability for SMP
2025-02-21 09:54:36 +08:00
faf2bcc3ef
Make cargo osdk profile
more fine-grained
2025-02-13 16:01:40 +08:00
3e31df74e3
Fix an unfulfilled lint expectation on OSDK unit tests
2025-02-11 10:48:34 +08:00
0fc2bccd44
Let OSDK forward commands to the base crate if it is kernel
2025-02-11 10:48:34 +08:00
cb2d8412aa
Refactor the generation of base crates
2025-02-11 10:48:34 +08:00
32a6025819
Refactor the parsing of OSDK crate types
2025-02-11 10:48:34 +08:00
95bbc7f367
Enforce #[expect(lint)]
2025-02-08 15:10:04 +08:00
0dca168717
Use #[expect(lint)]
, not #[allow(lint)]
2025-02-08 15:10:04 +08:00
397ce9652f
Refactor boot modules to make heap allocation explicit
2025-01-02 10:41:51 +08:00
bfc71d1b27
Bump version to 0.11.1
2024-12-30 16:24:22 +08:00
983a6af3cc
Polish the doc and rename variables in ostd::mm
2024-12-27 12:12:51 +08:00
cdac59beda
Implement a new set of physical page APIs
2024-12-27 12:12:51 +08:00
c9a37ccab1
Renaming concepts around pages and frames
...
This commit renames `Frame` -> `UntypedFrame` and `Page` -> `Frame`.
So do other concepts in the following list:
- `Segment` -> `UntypedSegment`,
- `ContPages` -> `Segment`,
- `DynPage` -> `AnyFrame`,
- `PageMeta` -> `FrameMeta`,
- `FrameMeta` -> `UntypedMeta`.
This commit also re-organized the source in the `mm/page` and `mm/frame`
module to accommodate the changes.
2024-12-27 12:12:51 +08:00
bd89c9c578
Bump the version to 0.11.0
2024-12-26 19:20:58 +08:00
6f98c4900d
Bump version to 0.10.3
2024-12-20 09:49:35 +08:00
c5d1542736
Bump version to 0.10.2
2024-12-17 10:47:41 +08:00
ea1874aa46
Enhance OSDK performance by using size and modified time instead of sha256sum
2024-12-15 16:42:57 +08:00
9d82ac8958
Enhance OSDK performance by using hard link instead of copy
2024-12-15 16:42:57 +08:00
7601509e6e
Fix OSDK original directory not restored if bundle validation fails
2024-12-15 16:42:57 +08:00
858e95ed4d
Enhance OSDK performance by reusing existing base, bundle and build
2024-12-15 16:42:57 +08:00
18d5eb1f02
Use physical addresses in boot segments
2024-12-13 10:42:05 +08:00
a3ae1aa28a
Make segments explicit and aligned
2024-12-13 10:42:05 +08:00
6eecde7812
Remove some unused sections
2024-12-13 10:42:05 +08:00
00e3688aa8
Bump version to 0.10.1
2024-12-07 19:02:46 +08:00
ef2419a48c
Bump version to 0.10.0
2024-12-02 10:30:32 +08:00
6d3bb5a9d0
Fix compile error caused by updated Step::steps_between
in Rust
2024-12-01 18:56:28 +08:00
f762eb8913
Remove the lazy_static
dependency
2024-11-28 15:28:30 +08:00
d67976da88
Support TDX debugging feature
2024-11-26 19:15:22 +08:00
5f35189a51
Add compile flags to disable the red zone optimization
2024-11-22 04:40:07 +08:00
5233827160
Don't preempt without good reason
2024-11-06 21:53:55 +08:00
d977fe54c6
Fix wrong serde name in OSDK
2024-10-26 20:44:45 +08:00
fe339fd81e
Bump version to 0.9.4
2024-10-24 21:00:14 +08:00
a716763772
Remove the linkage feature usage for ostd::main
2024-10-20 13:24:58 +08:00
131a25c15c
Provide the way to override the panic handler.
2024-10-20 13:24:58 +08:00
64d7303b0e
Bump version to 0.9.3
2024-10-16 10:28:54 +08:00
3f1fa33b13
Bump and publish linux-bzimage crate series with OSTD and OSDK
2024-10-16 10:05:34 +08:00
662894ee90
Refine relocations in x86-64 EFI boot
2024-10-16 10:05:34 +08:00
e78303b01a
Fix OSDK lint warnings from the new tool-chain
2024-10-14 16:41:15 +08:00
9e4257b655
Fix multiple issues pointed out by the new compiler
2024-10-13 22:32:05 +08:00
5f2bd9d0ac
Update the Rust toolchain to nightly-2024-10-12
2024-10-13 22:32:05 +08:00
493574d9f3
Bump version to 0.9.2
2024-10-12 20:06:26 +08:00
909639fd70
Separate SegmentSlice
from Segment
2024-10-09 19:23:46 +08:00
d930829866
Bump version to 0.9.1
2024-10-08 17:53:47 +08:00
8e210c2241
Add ktest array to riscv64 linker
2024-10-08 11:47:01 +08:00
5b336eabdc
Bump version to 0.9.0
2024-09-30 20:37:57 +08:00