189 Commits

Author SHA1 Message Date
Jianfeng Jiang
fe339fd81e Bump version to 0.9.4 2024-10-24 21:00:14 +08:00
Zhang Junyang
131a25c15c Provide the way to override the panic handler. 2024-10-20 13:24:58 +08:00
Chen Chengjun
2f511069ee Move SoftIRQ implementations to softirq component 2024-10-18 09:35:40 +08:00
Fabing Li
64d7303b0e Bump version to 0.9.3 2024-10-16 10:28:54 +08:00
Zhang Junyang
68adca4b40 Migrate to latest UEFI dependencies 2024-10-16 10:05:34 +08:00
Hsy-Intel
2af9916de9 Upgrade the acpi crate to the latest version 2024-10-14 21:03:47 +08:00
Zhang Junyang
9e4257b655 Fix multiple issues pointed out by the new compiler 2024-10-13 22:32:05 +08:00
jiangjianfeng
493574d9f3 Bump version to 0.9.2 2024-10-12 20:06:26 +08:00
Fabing Li
d930829866 Bump version to 0.9.1 2024-10-08 17:53:47 +08:00
Ruihan Li
5b336eabdc Bump version to 0.9.0 2024-09-30 20:37:57 +08:00
Ruihan Li
ee1656ba35 Move packet dispatch out of smoltcp 2024-09-30 16:00:51 +08:00
YanWQ-monad
4fa0e6334b Add RISC-V base support 2024-09-30 10:02:08 +08:00
jellllly420
8927031426 Remove priority field from OSTD Task struct 2024-09-27 10:21:45 +08:00
Ruihan Li
b13a82dc61 Bump smoltcp version 2024-09-26 15:22:16 +08:00
Ruihan Li
51334c4a36 Clean up smoltcp dependencies 2024-09-26 15:22:16 +08:00
jellllly420
21fedd1b60 Implement atomic wrapper for integer-like type 2024-09-25 14:47:37 +08:00
Yuke Peng
a754accf6a Copy the code from slab_allocator into OSTD and add license header 2024-09-22 12:27:04 +08:00
Yuke Peng
e995ed3ebc Use slab allocator to allocate heap 2024-09-22 12:27:04 +08:00
Qingsong Chen
c2f7a10b84 Implement cpu_local with GS and ensure GS points to TSS 2024-09-19 13:00:36 +08:00
Marsman1996
52bde1721e Bump version to 0.8.3 2024-09-18 20:10:08 +08:00
Marsman1996
4bce346458 Update multiboot2 version 2024-09-18 20:10:08 +08:00
Yuke Peng
32ea24e945 Bump version to 0.8.2 2024-09-13 23:43:22 +08:00
Ruihan Li
67d3682116 Move smoltcp-related code to bigtcp 2024-09-13 21:31:20 +08:00
Shaowei Song
e6f465b553 Replace all the ring buffers with the new one 2024-08-29 00:33:47 +08:00
Yuke Peng
a2778e66f3 Bump version to 0.8.1 2024-08-27 22:13:38 +08:00
Zhang Junyang
aeba7bec52 Fix SoftIRQ initialization requirements for SMP 2024-08-27 17:22:47 +08:00
Zhang Junyang
1e24911198 Upgrade the version of bytemuck since it's yanked 2024-08-24 17:18:24 +08:00
Zhang Junyang
34b3aac2e3 Bump and publish ostd-test and ostd-macros 2024-08-24 17:18:24 +08:00
Zhang Junyang
e50b05d1ee Bump version to 0.8.0 2024-08-23 23:37:50 +08:00
Zhang Junyang
dafd16075f Remove the shim kernel crate 2024-08-23 23:37:50 +08:00
Zhang Junyang
be3492d7f0 Extract the OSTD test runner as a kernel 2024-08-23 23:37:50 +08:00
Yuke Peng
bb4751741a Bump smoltcp to newest git version 2024-08-22 22:58:36 +08:00
Cautreoxit
1833f8047e Modify Dockerfile and bump the version file 2024-08-22 09:55:19 +08:00
Chen Chengjun
19184d5c3d Remove the concept of child VMOs and clean-up VMO implementations 2024-08-16 10:45:16 +08:00
Ruihan Li
cda23937dd Introduce {read,write}_once 2024-08-06 11:34:15 +08:00
azongchang
4d19c710a2 Bump linux-bzimage-builder to 0.2.0 2024-08-05 15:36:55 +08:00
azongchang
6752baf166 Utilize libflate crate to compress and decompress payload 2024-08-05 15:36:55 +08:00
Jianfeng Jiang
f86583dbce Make essential changes for publishing OSTD 2024-07-18 18:18:05 +08:00
Zhang Junyang
8a9c012249 Check CPUID before enabling AVX512 2024-07-17 10:24:45 +08:00
Zhang Junyang
9cbbcf63a7 Switch the dependency of unwinding back to crates.io 2024-07-09 09:45:58 +08:00
Shaowei Song
02bf6a9b47 Bump version to 0.6.2 2024-07-08 17:13:16 +08:00
Yuke Peng
defb563541 Bump version to 0.6.1 2024-07-08 15:26:29 +08:00
Yuke Peng
608eba369c Format logger output 2024-07-04 10:56:55 +08:00
Qingsong Chen
98619f3482 Init RNG with rdrand directly (without getrandom) 2024-07-03 14:56:33 +08:00
Jianfeng Jiang
3de8a9330a Fix the OSDK CI failure 2024-06-27 15:45:49 +08:00
Jianfeng Jiang
fe7251c413 Rename aster_main as ostd::main 2024-06-27 15:45:49 +08:00
Jianfeng Jiang
59350a8578 Rename aster-frame to ostd 2024-06-27 15:45:49 +08:00
Zhang Junyang
cab348349e Introduce DynPage and make page table map it 2024-06-25 12:20:18 +08:00
Zhang Junyang
68793d28c5 Update the multiboot2 dependency
This relates to the upstream bug: https://github.com/rust-osdev/multiboot2/issues/215.
2024-06-21 10:57:08 +08:00
Zhang Junyang
5c524348de Update the dependency of unwinding to fix a r#try usage 2024-06-21 10:57:08 +08:00