59 Commits

Author SHA1 Message Date
Jianfeng Jiang
6c34db52b3 Bump only package version in Cargo.toml 2024-06-01 20:13:03 +08:00
Chen Chengjun
c02eacd50c Use deny(unsafe_code) instead of forbid(unsafe_code) 2024-05-31 16:05:58 +08:00
skpupil
da3e279ac6 Increase memory size and change boot mode in CI 2024-05-31 15:19:17 +08:00
Zhang Junyang
f581ebdd03 Add workarounds for slow memcpy 2024-05-28 22:35:25 +08:00
Zhang Junyang
8e874e6a88 Let OSDK print source lines of the panic stack trace 2024-05-23 12:37:57 +08:00
Zhang Junyang
f420286920 Make stripping ELF optional for QEMU direct boot 2024-05-23 12:37:57 +08:00
Jianfeng Jiang
32b1fb3723 Fix OSDK CI bugs & Build OSDK with stable channel in CI 2024-05-23 12:32:25 +08:00
Jianfeng Jiang
07fbbcfd8c Add syscall clone3 2024-05-21 19:22:13 +08:00
YanWQ-monad
ccc4e6ec6b Move whole kernel ELF to VMA 2024-05-15 21:31:09 +08:00
Jianfeng Jiang
7a82132ecc Bump version in the documentation 2024-05-10 10:47:53 +08:00
Zhang Junyang
57f4ed778d Update proper dep for builder in OSDK and allow publishing 2024-05-08 15:41:32 +08:00
Zhang Junyang
ee740020d0 Use clone_from in OSDK instead of assigning clones 2024-05-06 12:19:16 +08:00
Zhang Junyang
cc4111cab2 Remove the vars mechanism in OSDK and polish documents 2024-04-25 09:44:46 +08:00
Zhang Junyang
56175f63df Re-implement OSDK debugging fixes and other facilities upon the refactor
This commit bring back the features introduced from d28292c to a52e432:
 - Disable KVM when using GDB;
 - Update docs about the GDB server address;
 - Add `config` option for `CargoArgs` in OSDK;
 - Ensure debug info added when debugging in the release profile.
2024-04-25 09:44:46 +08:00
Zhang Junyang
f9ac2ee498 Fix OSDK feature selection 2024-04-25 09:44:46 +08:00
Zhang Junyang
e4c2151566 Implement the next OSDK 2024-04-25 09:44:46 +08:00
Zhang Junyang
79bdbbe4f9 Enable the rust-analyzer for OSDK 2024-04-25 09:44:46 +08:00
Zhang Junyang
3dce753c86 Multiple ways to specify OSDK new's type 2024-04-25 09:44:46 +08:00
Zhang Junyang
33c53dcf2b Overhaul OSDK 2024-04-25 09:44:46 +08:00
Zhang Junyang
735d7b7b11 Prepare OSDK for multi arch support and the upcoming refactor 2024-04-25 09:44:46 +08:00
fgh1999
d28292cec4 Add debuginfo when using GDB in release profile 2024-04-22 15:21:07 +08:00
fgh1999
94550dd5c6 Add config option for CargoArgs 2024-04-22 15:21:07 +08:00
fgh1999
a52e43218e Disable KVM when using GDB 2024-04-22 15:21:07 +08:00
Ruihan Li
3c31ec35cf Fix empty backtraces when panicking 2024-04-03 08:20:15 +08:00
Ruihan Li
198363c2d3 Speed up stack unwinding 2024-04-03 08:17:58 +08:00
Zhang Junyang
6dec96c7e1 Respond to Cargo metadata format change 2024-04-01 20:17:48 +08:00
fgh1999
6ab6648b33 Bump version to 0.4.2
Add GDB in OSDK Dockerfile
2024-04-01 17:26:49 +08:00
fgh1999
1d5744ae80 Add unit test for OSDK debug functions 2024-04-01 17:26:49 +08:00
fgh1999
e616eb3a4c Add unix sockets for QEMU GDB in OSDK run command 2024-04-01 17:26:49 +08:00
fgh1999
28127850aa Add debug subcommand in OSDK 2024-04-01 17:26:49 +08:00
fgh1999
5fd3b1bc2f Support GDB server for cargo osdk run
Feature: generate launch config for debugging via VS Code.
2024-04-01 17:26:49 +08:00
Jianfeng Jiang
223e8c2fe5 Update the asterinas version used by OSDK 2024-03-27 14:45:31 +08:00
Ruihan Li
55054f4835 Enable RTC explicitly in MircoVM machine 2024-03-23 09:32:18 +08:00
Jianfeng Jiang
5941d3e6eb Fix format errors 2024-03-22 15:01:18 +08:00
Jianfeng Jiang
63499c675c Add OSDK demos in Asterinas Book in OSDK integration test 2024-03-22 10:39:23 +08:00
Jianfeng Jiang
11ff0521e7 Add --release option for OSDK 2024-03-22 10:39:23 +08:00
Jianfeng Jiang
c7383ef23d Check OSDK crate when running make check 2024-03-22 10:39:23 +08:00
Jianfeng Jiang
951b2f98dd Run OSDK tests in host environment 2024-03-22 10:39:23 +08:00
Jianfeng Jiang
aaf101a53e Supporting running OSDK commands in workspace root 2024-03-22 10:39:23 +08:00
Ruihan Li
60cd65d837 Install clang-format in the Docker container 2024-03-18 11:20:46 +08:00
Zhang Junyang
160cb9cdb5 Make OSDK wrapped commands unified and fix make docs 2024-03-17 19:12:33 +08:00
Jianfeng Jiang
853e475d29 Add rustfmt.toml for OSDK 2024-03-01 13:42:51 +08:00
Jianfeng Jiang
7d8e8aa07d Temporarily disable OSDK integration test 2024-03-01 13:41:49 +08:00
Jianfeng Jiang
a51b3c7076 Format OSDK documentation 2024-03-01 13:41:49 +08:00
Jianfeng Jiang
7fef686136 Update OSDK reference 2024-03-01 13:41:49 +08:00
Zhang Junyang
16298008fc Fix Asterinas dependencies in OSDK 2024-02-28 17:34:27 +08:00
Zhang Junyang
7d0ea99650 Hide OSDK installation if using Make 2024-02-28 16:30:48 +08:00
Zhang Junyang
f415585dff Fix workspace clippy usage 2024-02-28 16:30:48 +08:00
Zhang Junyang
7eac2772d0 Gone with x86_64-custom 2024-02-28 16:30:48 +08:00
Zhang Junyang
bd878dd1c9 Update dev image for OSDK and bump version to 0.4.0 2024-02-28 16:30:48 +08:00