Commit Graph

88 Commits

Author SHA1 Message Date
558248a070 Enable softirq mechanism 2024-05-31 16:05:58 +08:00
d019de29f9 Add abstractions for Clock and Timer 2024-05-20 16:09:27 +08:00
82220748c0 Use a seedable RNG instead of getrandom crate 2024-05-17 10:28:18 +08:00
d1990869ae Make ID allocator a separate crate and use it in the frame 2024-05-09 14:35:12 +08:00
cd3faa8123 Inherit HasDaddr for reference type 2024-04-29 20:33:57 +08:00
cd1575bc6d Refactor virtio drivers with DMA APIs 2024-04-29 20:33:57 +08:00
5e127b2da0 Remove local tdx-guest crate 2024-04-29 10:13:04 +08:00
33c8727a13 Introduce XArray and refactor the COW mechanism of Vmo 2024-04-08 18:54:46 +08:00
d39036579b Downgrade intrusive-collections to 0.9.5 2024-03-27 12:03:53 +08:00
650c7dfbad Add exFAT file system 2024-03-19 16:26:55 +08:00
595c6ab288 Replace Poisoned state by takeable crate 2024-03-14 21:22:44 +08:00
37c3a7a48c Handle TDX MMIO and DMA direct 2024-03-13 11:25:08 +08:00
e0d92b5203 Add support for converting from VmFrame to VmSegment 2024-03-07 10:56:20 +08:00
437ab804f3 Add support for setpriority and getpriority 2024-03-04 09:47:44 +08:00
bd878dd1c9 Update dev image for OSDK and bump version to 0.4.0 2024-02-28 16:30:48 +08:00
f97d0f1260 Implement OSDK functionalities and opt-in OSDK for asterinas 2024-02-28 16:30:48 +08:00
bc9bce9dea Add tools for exfat filesystem in docker image and bump the version 2024-02-27 18:28:13 +08:00
3b3d088767 Add OSDK command line interface 2024-02-20 20:31:07 +08:00
ab03ef0fe8 Rename aster-std to aster-nix 2024-02-06 10:43:40 +08:00
7b729de3a6 Use asterinas inventory 2024-01-19 15:39:14 +08:00
289483390a Remove unused dependence 2024-01-19 15:39:14 +08:00
2d605e04d1 Remove virtio-input-decoder dependence 2024-01-19 09:57:26 +08:00
f099409b22 Implement sock options 2024-01-11 22:10:29 +08:00
327e991477 Rename boot-wrapper to bzimage-setup 2024-01-02 07:21:36 +08:00
302b547a0d Bump version to 0.3.0 2024-01-02 07:21:36 +08:00
85d4cfdeb7 Do mapping in the wrapper 2024-01-02 07:21:36 +08:00
e71c2701d6 Rename trojan to wrapper and add docs 2024-01-02 07:21:36 +08:00
97323f612b Fix boot phase mappings 2024-01-02 07:21:36 +08:00
32e62080ce Add EFI stub 2024-01-02 07:21:36 +08:00
953ff66fcc Introduce the boot trojan 2024-01-02 07:21:36 +08:00
9473889c6b Add Ext2 fs and basic bio layer 2023-12-28 04:54:48 +08:00
7b7e3c4b7a Rename the path of dependent crates 2023-12-26 11:49:24 +08:00
2b248dc326 Rename jinux-runner to aster-runner 2023-12-26 11:49:24 +08:00
f3dab1f798 Raname kernel as asterinas 2023-12-26 11:49:24 +08:00
93781df27b Rename crates from jinux-* to aster-* 2023-12-26 11:49:24 +08:00
e6f3a6a8a4 Update docker image and add the benchmarks 2023-12-20 18:06:33 +08:00
715072b9f3 Implement a high precision gettime based on tsc 2023-12-06 19:31:19 +08:00
01e485b96e Support virtio console device 2023-11-23 09:15:37 +08:00
c776954dfc Print backtrace when there is uncaught panic 2023-11-09 13:22:34 +08:00
8eb1e06c2a Implement should_panic expectation and refactor ktest 2023-11-09 13:22:34 +08:00
45a6b2f46c Implement should_panic for ktest and clear the codebase 2023-11-09 13:22:34 +08:00
bb0560530f Enable usermode unit test for specific crates 2023-11-09 13:22:34 +08:00
b8818bb740 Add ktest framework 2023-11-09 13:22:34 +08:00
d7cc52c615 Update the version of pod 2023-11-09 03:38:37 +08:00
4d927fed19 Impl virtio-mmio bus 2023-10-30 09:39:23 +08:00
eeac55e2e5 Refactor console 2023-10-30 09:39:23 +08:00
0a17d90532 Polish namings and interfaces of linux boot 2023-10-26 12:05:12 +08:00
a532340c65 Implement linux x86 32bit legacy boot protocol 2023-10-26 12:05:12 +08:00
9d0e0bbc70 Fix the rust setup machine state 2023-10-26 12:05:12 +08:00
052fc795a5 Successfully entered setup rust entrypoint 2023-10-26 12:05:12 +08:00