Commit 6dcc6cd 1 parent 65f6119 commit 6dcc6cd Copy full SHA for 6dcc6cd
File tree 2 files changed +31
-0
lines changed
2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : "OSCOMP Container" ,
3
+ "image" : "docker.educg.net/cg/os-contest:20250226" ,
4
+ "runArgs" : [
5
+ "--privileged"
6
+ ] ,
7
+ "customizations" : {
8
+ "vscode" : {
9
+ "extensions" : [
10
+ "rust-lang.rust-analyzer" ,
11
+ "ms-vscode.cpptools" ,
12
+ "tamasfe.even-better-toml"
13
+ ]
14
+ }
15
+ }
16
+ }
Original file line number Diff line number Diff line change
1
+ > [ !TIP]
2
+ > # 👋 欢迎来到 2025 OSCOMP DragonOS ~
3
+ > 欢迎大家使用 DragonOS 作为内核实现赛道的基座系统!
4
+ > ## OSCOMP Roadmap
5
+ > 目前 DragonOS 正在紧锣密鼓适配 OSCOMP 的基座需求,同时也欢迎大家围绕下列部分添加实现~
6
+ > - [ ] RISC-V
7
+ > - [ ] VirtIO base TTY
8
+ > - [x] Bootable Kernel
9
+ > - [ ] LoongArch
10
+ > - [ ] ext4 (正在实现)
11
+ > - [ ] 优化启动内存序,允许qemu -kernel启动
12
+ > - [ ] busybox (DragonOS使用的是NovaShell)
13
+
14
+ </br >
15
+ </br >
1
16
<div align =" center " >
2
17
<img width =" 40% " src =" docs/_static/dragonos-logo.svg " alt =" dragonos-logo " ></br >
3
18
<h2 >打造完全自主可控的数字化未来!</h2 >
You can’t perform that action at this time.
0 commit comments