5f2bd9d0ac
Update the Rust toolchain to nightly-2024-10-12
2024-10-13 22:32:05 +08:00
ab8b6afee5
OSDK GDB server args with QEMU-style options
2024-09-30 16:04:03 +08:00
ecae3475cc
Integrate the SVG flame graph generation into OSDK
2024-09-30 16:04:03 +08:00
a67a6e6a38
Add documentation for OSDK profiling
2024-09-30 16:04:03 +08:00
eca9aacbf0
Introduce cargo osdk profile
for flame graph profiling
2024-09-30 16:04:03 +08:00
86f09eef75
Fix all spelling mistakes in history by typos tool
2024-08-27 12:19:48 +08:00
d91573248c
Fix local development version OSDK's out-tree behavior
2024-08-25 20:42:04 +08:00
d76c7a5b1e
OSDK check and clippy with cfg(ktest)
2024-08-23 23:37:50 +08:00
be3492d7f0
Extract the OSTD test runner as a kernel
2024-08-23 23:37:50 +08:00
923ca16d32
Make code more readable
2024-08-08 19:55:15 +08:00
ae63aa699b
Fix panic when OSDK creating crate with -
in its name
2024-08-08 19:55:15 +08:00
6752baf166
Utilize libflate crate to compress and decompress payload
2024-08-05 15:36:55 +08:00
91d524c19a
Allow debugging with KVM enabled
2024-07-29 22:46:32 +08:00
eb5356c492
Set EM_386 only in x86
2024-07-22 21:47:37 +08:00
f86583dbce
Make essential changes for publishing OSTD
2024-07-18 18:18:05 +08:00
72e726295f
Include the 100 lines kernel in CI
2024-06-28 20:22:12 +08:00
3de8a9330a
Fix the OSDK CI failure
2024-06-27 15:45:49 +08:00
fe7251c413
Rename aster_main as ostd::main
2024-06-27 15:45:49 +08:00
59350a8578
Rename aster-frame to ostd
2024-06-27 15:45:49 +08:00
18b11ec193
Fix debug target path in OSDK
2024-06-26 19:09:46 +08:00
237c223b1c
Update the aster-frame version used by OSDK
2024-06-24 11:11:43 +08:00
46fd09833e
Update the Rust toolchain to 2024-06-20
2024-06-21 10:57:08 +08:00
a089fbd4fc
Fix a needless borrow in OSDK
2024-06-21 10:57:08 +08:00
8633893bb9
Add cfg(ktest)
as a well-known configuration
2024-06-21 10:57:08 +08:00
ab1d931cb7
Adjust for Rust unstable feature's stability change
2024-06-21 10:57:08 +08:00
6cf28751c6
Not add project_type if the manifest is in workspace root
2024-06-09 22:55:01 +08:00
1391ff59f2
Polish OSDK documentation
2024-06-09 22:55:01 +08:00
37e23a16a3
Bring OSDK's full support of QCOW2 booting
2024-06-07 10:46:06 +08:00
c02eacd50c
Use deny(unsafe_code) instead of forbid(unsafe_code)
2024-05-31 16:05:58 +08:00
da3e279ac6
Increase memory size and change boot mode in CI
2024-05-31 15:19:17 +08:00
f581ebdd03
Add workarounds for slow memcpy
2024-05-28 22:35:25 +08:00
f420286920
Make stripping ELF optional for QEMU direct boot
2024-05-23 12:37:57 +08:00
32b1fb3723
Fix OSDK CI bugs & Build OSDK with stable channel in CI
2024-05-23 12:32:25 +08:00
57f4ed778d
Update proper dep for builder in OSDK and allow publishing
2024-05-08 15:41:32 +08:00
cc4111cab2
Remove the vars mechanism in OSDK and polish documents
2024-04-25 09:44:46 +08:00
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
f9ac2ee498
Fix OSDK feature selection
2024-04-25 09:44:46 +08:00
e4c2151566
Implement the next OSDK
2024-04-25 09:44:46 +08:00
3dce753c86
Multiple ways to specify OSDK new's type
2024-04-25 09:44:46 +08:00
33c53dcf2b
Overhaul OSDK
2024-04-25 09:44:46 +08:00
735d7b7b11
Prepare OSDK for multi arch support and the upcoming refactor
2024-04-25 09:44:46 +08:00
d28292cec4
Add debuginfo when using GDB in release profile
2024-04-22 15:21:07 +08:00
94550dd5c6
Add config
option for CargoArgs
2024-04-22 15:21:07 +08:00
a52e43218e
Disable KVM when using GDB
2024-04-22 15:21:07 +08:00
3c31ec35cf
Fix empty backtraces when panicking
2024-04-03 08:20:15 +08:00
6ab6648b33
Bump version to 0.4.2
...
Add GDB in OSDK Dockerfile
2024-04-01 17:26:49 +08:00
1d5744ae80
Add unit test for OSDK debug functions
2024-04-01 17:26:49 +08:00
e616eb3a4c
Add unix sockets for QEMU GDB in OSDK run
command
2024-04-01 17:26:49 +08:00
28127850aa
Add debug subcommand in OSDK
2024-04-01 17:26:49 +08:00
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