feat(doc,env): Add WELCOME BANNER and dev container environment to OSCOMP (#1103)

* Update oscomp messages to README

添加 banner 和 roadmap

* fix banner, beautify

* use OSCOMP as devcontainer
This commit is contained in:
Samuel Dai 2025-03-12 17:14:28 +08:00 committed by GitHub
parent 65f6119c9f
commit 6dcc6cd36b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 31 additions and 0 deletions

16
.devcontainer/devcontainer.json Executable file
View File

@ -0,0 +1,16 @@
{
"name": "OSCOMP Container",
"image": "docker.educg.net/cg/os-contest:20250226",
"runArgs": [
"--privileged"
],
"customizations": {
"vscode": {
"extensions": [
"rust-lang.rust-analyzer",
"ms-vscode.cpptools",
"tamasfe.even-better-toml"
]
}
}
}

View File

@ -1,3 +1,18 @@
> [!TIP]
> # 👋 欢迎来到 2025 OSCOMP DragonOS
> 欢迎大家使用 DragonOS 作为内核实现赛道的基座系统!
> ## OSCOMP Roadmap
> 目前 DragonOS 正在紧锣密鼓适配 OSCOMP 的基座需求,同时也欢迎大家围绕下列部分添加实现~
> - [ ] RISC-V
> - [ ] VirtIO base TTY
> - [x] Bootable Kernel
> - [ ] LoongArch
> - [ ] ext4 (正在实现)
> - [ ] 优化启动内存序允许qemu -kernel启动
> - [ ] busybox (DragonOS使用的是NovaShell)
</br>
</br>
<div align="center">
<img width="40%" src="docs/_static/dragonos-logo.svg" alt="dragonos-logo"></br>
<h2>打造完全自主可控的数字化未来!</h2>