Commit Graph

20 Commits

Author SHA1 Message Date
ab5c8ca46d 重构系统调用模块 (#267)
* 完成系统调用模块重构

* 更新github workflow
2023-05-24 17:05:33 +08:00
7285c927d9 添加dadk支持 (#263)
* 引入dadk,使用dadk0.1.1来编译test-relibc程序

* 由于gitee仓库体积限制导致无法继续使用gitee上的rust索引,因此更换为清华源

* github workflow的环境中,安装dadk

* Auto configure dragonos rust toolchain
2023-05-11 16:17:58 +08:00
b11bb1b256 固定编译工具链、修复由于新版rust编译器问题导致的报错。 (#258)
* 固定编译工具链、修复由于新版rust编译器问题导致的报错。

* 完善github workflow环境配置
2023-05-07 22:20:33 +08:00
82762007da Update makefile.yml 2022-12-23 18:11:47 +08:00
b975025ec8 Update makefile.yml 2022-12-23 11:45:19 +08:00
ad2bb74d94 Update makefile.yml 2022-12-23 11:21:22 +08:00
beb12a188b Update makefile.yml 2022-12-23 10:57:39 +08:00
d65c527730 Update makefile.yml (#121) 2022-12-22 22:58:28 +08:00
2aaf7808ef 在内核中引入cbindgen,生成rust-C的FFI (#81)
* 解决codeql失败问题

* new: 为内核引入cbindgen
2022-11-11 22:21:44 +08:00
2813126e31 新增rust ffi (#77)
* 引入cargo

* 取消对Cargo.lock的跟踪

* 解决vscode报错问题

* new: rust的代码能够调用c语言的printk_color

* 1、将原本run.sh的工作拆解,变为几个不同的make命令
2、在docker镜像中编译rust

* 更改workflow

* update workflow

* new: 解决workflow无法通过编译的问题
2022-11-11 15:35:37 +08:00
5e023cf791 Update makefile.yml 2022-11-11 15:21:45 +08:00
e44795008f Update makefile.yml (#80) 2022-11-11 15:18:13 +08:00
ec5fb84b61 Update makefile.yml 2022-11-11 15:08:09 +08:00
6d9dff5f1f Revert "Update makefile.yml (#78)" (#79)
This reverts commit badc7d238f.
2022-11-11 15:07:48 +08:00
badc7d238f Update makefile.yml (#78) 2022-11-11 15:05:52 +08:00
2057c77f5a Create makefile.yml 2022-07-25 18:26:08 +08:00
3080d05e11 Delete codacy.yml 2022-04-07 11:11:27 +08:00
4a5937b804 Update codeql.yml 2022-04-07 10:56:56 +08:00
b6de4712eb Create codacy.yml 2022-04-07 10:51:18 +08:00
69aa5c715c Create codeql.yml 2022-04-07 10:50:41 +08:00