@@ -22,30 +22,30 @@ repository = "https://github.com/arceos-org/starry-next"
2222axfeat = { path = " arceos/api/axfeat" , features = [
2323 " alloc-slab" ,
2424 " fp-simd" ,
25- " ext4" ,
26- " fs" ,
25+ " fs-ext4" ,
2726 " irq" ,
2827 " multitask" ,
2928 " net" ,
3029 " page-alloc-4g" ,
3130 " rtc" ,
32- # "sched-fifo",
3331 " sched-rr" ,
32+ " task-ext" ,
33+ " uspace" ,
3434] }
3535
3636axalloc = { path = " arceos/modules/axalloc" }
3737axconfig = { path = " arceos/modules/axconfig" }
3838axdisplay = { path = " arceos/modules/axdisplay" }
3939axdriver = { path = " arceos/modules/axdriver" }
40- axfs-ng = { path = " arceos/modules/axfs-ng " }
41- axhal = { path = " arceos/modules/axhal" , features = [ " uspace " ] }
40+ axfs = { path = " arceos/modules/axfs" }
41+ axhal = { path = " arceos/modules/axhal" }
4242axinput = { path = " arceos/modules/axinput" }
4343axlog = { path = " arceos/modules/axlog" }
4444axmm = { path = " arceos/modules/axmm" }
4545axnet = { path = " arceos/modules/axnet" }
4646axruntime = { path = " arceos/modules/axruntime" }
4747axsync = { path = " arceos/modules/axsync" }
48- axtask = { path = " arceos/modules/axtask" , features = [ " task-ext " ] }
48+ axtask = { path = " arceos/modules/axtask" }
4949
5050axbacktrace = " 0.1"
5151axerrno = " 0.2"
@@ -57,7 +57,7 @@ bytemuck = { version = "1.23", features = ["unsound_ptr_pod_impl"] }
5757cfg-if = " 1.0"
5858event-listener = { version = " 5.4.0" , default-features = false }
5959extern-trait = " 0.2"
60- hashbrown = " 0.15.4 "
60+ hashbrown = " 0.16 "
6161kspin = " 0.1"
6262lazy_static = { version = " 1.5" , features = [" spin_no_std" ] }
6363linkme = " 0.3.33"
@@ -91,16 +91,8 @@ repository.workspace = true
9191[features ]
9292default = []
9393qemu = [
94- " axfeat/driver-virtio-blk" ,
95- " axfeat/driver-virtio-net" ,
96- " axfeat/driver-virtio-socket" ,
97-
98- " axfeat/driver-virtio-gpu" ,
9994 " axfeat/display" ,
100-
101- " axfeat/driver-virtio-input" ,
10295 " axfeat/input" ,
103- # "axdriver/dyn",
10496 " starry-api/input" ,
10597
10698 " axfeat/vsock" ,
@@ -121,7 +113,7 @@ vf2 = ["dep:axplat-riscv64-visionfive2", "axfeat/driver-sdmmc"]
121113axdriver.workspace = true
122114axerrno.workspace = true
123115axfeat.workspace = true
124- axfs-ng .workspace = true
116+ axfs.workspace = true
125117axhal.workspace = true
126118axlog.workspace = true
127119axruntime.workspace = true
0 commit comments