164 Commits

Author SHA1 Message Date
Zhang Junyang
3494bc45af Apply the new format policy 2024-02-28 16:30:48 +08:00
Zhang Junyang
60e996ea2f Use cargo install for bzImage setup building 2024-02-28 16:30:48 +08:00
Zhang Junyang
f97d0f1260 Implement OSDK functionalities and opt-in OSDK for asterinas 2024-02-28 16:30:48 +08:00
Chen Chengjun
cfcef6965a Adjust the format of imports in Asterinas 2024-02-26 10:03:45 +08:00
Jianfeng Jiang
22c2cebdec Add in_interrupt and refactor line discipline 2024-02-23 15:45:44 +08:00
Yuke Peng
748a92d278 Refactor timer in framework 2024-02-06 21:11:40 +08:00
Yuke Peng
8d6915d0e6 Fix typo 2024-02-06 21:11:40 +08:00
LI Qing
12d338dd9b Replace VmFrame::zero with VmWriter::fill 2024-02-02 16:59:34 +08:00
Jianfeng Jiang
a6ff38bf2b Add license for tdx-guest 2024-01-18 08:22:58 +08:00
Jianfeng Jiang
0920a084e4 License Makefile, shell scripts, assembly source code, Dockerfile 2024-01-18 08:22:58 +08:00
Jianfeng Jiang
faaa4438d6 License rust and c source files 2024-01-18 08:22:58 +08:00
Ruihan Li
5fb8a9f7e5 Clean up waiter correctly when the timer expires 2024-01-15 13:59:19 +08:00
Ruihan Li
2fe84663ab Remove unused is_woken_up method 2024-01-15 13:59:19 +08:00
Ruihan Li
98bb9c5256 Fix a race condition in Waiter 2024-01-15 13:59:19 +08:00
Zhang Junyang
11ff35d34e Style improvements on the boot code 2024-01-02 07:21:36 +08:00
Zhang Junyang
501894652f Refactor the crate linux-boot-params 2024-01-02 07:21:36 +08:00
Zhang Junyang
327e991477 Rename boot-wrapper to bzimage-setup 2024-01-02 07:21:36 +08:00
Zhang Junyang
302b547a0d Bump version to 0.3.0 2024-01-02 07:21:36 +08:00
Zhang Junyang
85d4cfdeb7 Do mapping in the wrapper 2024-01-02 07:21:36 +08:00
Zhang Junyang
e922eaa428 Fix errors raised by the new clippy 2024-01-02 07:21:36 +08:00
Zhang Junyang
6c50c10001 Remove unnecessary #[allow(unused)] 2024-01-02 07:21:36 +08:00
Zhang Junyang
9d2be39b83 Add unit test for linux-boot-params 2024-01-02 07:21:36 +08:00
Zhang Junyang
432f0c34b0 Bring both EFI and legacy to test 2024-01-02 07:21:36 +08:00
Zhang Junyang
487e0cdd15 Recognize kernel memory regions in the Linux boot path 2024-01-02 07:21:36 +08:00
Zhang Junyang
e71c2701d6 Rename trojan to wrapper and add docs 2024-01-02 07:21:36 +08:00
Zhang Junyang
12d01ca1e4 Update image and Rust toolchain 2024-01-02 07:21:36 +08:00
Zhang Junyang
97323f612b Fix boot phase mappings 2024-01-02 07:21:36 +08:00
Zhang Junyang
ebbe451cc4 Apply relocations to enable vtable 2024-01-02 07:21:36 +08:00
Zhang Junyang
32e62080ce Add EFI stub 2024-01-02 07:21:36 +08:00
Zhang Junyang
acf4a057d9 Make trojan compile in 64-bit mode 2024-01-02 07:21:36 +08:00
Zhang Junyang
953ff66fcc Introduce the boot trojan 2024-01-02 07:21:36 +08:00
LI Qing
9473889c6b Add Ext2 fs and basic bio layer 2023-12-28 04:54:48 +08:00
Yuke Peng
1616f2d32c Change block device trait 2023-12-28 04:54:48 +08:00
Jianfeng Jiang
7b7e3c4b7a Rename the path of dependent crates 2023-12-26 11:49:24 +08:00
Jianfeng Jiang
99f6765ced Rename jinux to asterinas in documentation and code 2023-12-26 11:49:24 +08:00
Jianfeng Jiang
93781df27b Rename crates from jinux-* to aster-* 2023-12-26 11:49:24 +08:00
Ruihan Li
14ee9c2dc7 Fix missing kernel/initramfs memory regions 2023-12-26 06:32:01 +08:00
Ruihan Li
7278589aa2 Prettify bootloader code 2023-12-26 06:32:01 +08:00
Ruihan Li
af81741f23 Workaround for QEMU BUG that causes CI to hang 2023-12-14 11:28:24 +08:00
Yuke Peng
f1a7c767d2 Fix IoMem read and write bugs 2023-12-14 11:26:37 +08:00
Chen Chengjun
715072b9f3 Implement a high precision gettime based on tsc 2023-12-06 19:31:19 +08:00
Chen Chengjun
ba08895fc3 Fix the frequecy bug caused by IOAPIC 2023-12-06 19:31:19 +08:00
Chuandong Li
5aa3124e66 Make the upgrade method of read-write locks atomic 2023-12-06 10:40:11 +08:00
Chuandong Li
07dd0fbd38 Fix the misuse of spin::mutex 2023-12-06 10:22:03 +08:00
Chuandong Li
0fd7a473da Support streaming dma mappings 2023-11-29 13:39:54 +08:00
Chuandong Li
ceaba95fa0 Support coherent dma mappings 2023-11-29 13:39:54 +08:00
徐启航
576578baf4 Improve aquisition logic 2023-11-24 15:43:57 +08:00
徐启航
3790efb0d9 Fix unexpected unlock of mutexes 2023-11-24 15:43:57 +08:00
Ruihan Li
9e09196043 Timeout list should be accessed with IRQ disabled 2023-11-23 16:36:53 +08:00
Yuke Peng
232888982c Rename TrapInformation 2023-11-23 09:15:37 +08:00