arceos-org / arceos

An experimental modular OS written in Rust.
https://arceos.org/arceos/
Apache License 2.0
503 stars 254 forks source link

Introduce user-defined task extended data #173

Closed equation314 closed 4 weeks ago

equation314 commented 1 month ago

Major changes to axtask:

  1. Add a task_ext field to TaskInner, and allow users to define the specific structure via the def_task_ext! macro.
  2. Add a spawn_task API with TaskInner as the argument.