@@ -32,37 +32,41 @@ timer_list = "0.1"
3232toml = " 0.9"
3333
3434# System dependent modules provided by ArceOS.
35- axstd = {git = " https://github.com/arceos-hypervisor/arceos.git" , tag = " hv-0.4.1" , features = [
35+ # FIXME: pin to a specific tag!
36+ axstd = {git = " https://github.com/arceos-org/arceos.git" , branch = " dev" , features = [
3637 " alloc-level-1" ,
3738 " paging" ,
3839 " irq" ,
3940 " multitask" ,
4041 " smp" , # "page-alloc-64g",
4142]}
4243
43- axalloc = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
44- axconfig = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
45- axdisplay = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
46- axdriver = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
47- axfs = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
48- axhal = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
49- axipi = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
50- axlog = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
51- axmm = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
52- axnet = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
53- axtask = {git = " https://github.com/arceos-hypervisor /arceos.git" , tag = " hv-0.4.1 " }
44+ axalloc = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
45+ axconfig = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
46+ axdisplay = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
47+ axdriver = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
48+ axfs = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
49+ axhal = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
50+ axipi = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
51+ axlog = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
52+ axmm = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
53+ axnet = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
54+ axtask = {git = " https://github.com/arceos-org /arceos.git" , branch = " dev " }
5455
55- axplat = {git = " https://github.com/arceos-hypervisor/axplat_crates.git" , tag = " vmm-v0.3.0" }
56+ axcpu = {git = " https://github.com/arceos-org/axcpu.git" , tag = " dev-v03" }
57+ axplat = {git = " https://github.com/arceos-org/axplat_crates.git" , tag = " dev-v03" }
5658
5759# System dependent modules provided by ArceOS-Hypervisor.
5860axaddrspace = " 0.1.1"
59- axhvc = {git = " https://github.com/arceos-hypervisor/axhvc.git" }
61+ # FIXME: AsakuraMizu fork -> arceos-hypervisor!
62+ axhvc = {git = " https://github.com/AsakuraMizu/axhvc.git" }
63+ axklib = {git = " https://github.com/AsakuraMizu/axklib.git" ,branch = " dev" }
6064axruntime = {path = " modules/axruntime" }
6165axvcpu = " 0.1"
62- axvm = {git = " https://github.com/arceos-hypervisor /axvm.git" , branch = " next" }
66+ axvm = {git = " https://github.com/Asakuramizu /axvm.git" , branch = " next-dev " }
6367
6468# System independent crates provided by ArceOS, these crates could be imported by remote url.
65- axerrno = " 0.1.0 "
69+ axerrno = " 0.2 "
6670byte-unit = {version = " 5" , default-features = false , features = [" byte" ]}
6771crate_interface = " 0.1"
6872fdt-parser = " 0.4"
@@ -88,6 +92,6 @@ axvmconfig = {git = "https://github.com/arceos-hypervisor/axvmconfig.git", branc
8892axvcpu = {git = " https://github.com/arceos-hypervisor/axvcpu.git" , branch = " next" }
8993axvmconfig = {git = " https://github.com/arceos-hypervisor/axvmconfig.git" , branch = " next" }
9094
91- [patch ."https://github .com/arceos-hypervisor /arceos" ]
95+ [patch ."https://github .com/arceos-org /arceos" ]
9296axconfig = {path = " modules/axconfig" }
9397axruntime = {path = " modules/axruntime" }
0 commit comments