#
bc6f0a96 |
| 04-Mar-2024 |
裕依 <68320855+yuyi2439@users.noreply.github.com> |
移除relibc和old libc以及旧的shell (#529)
移除relibc和old libc以及旧的shell
|
Revision tags: V0.1.8 |
|
#
7285c927 |
| 11-May-2023 |
login <longjin@DragonOS.org> |
添加dadk支持 (#263)
* 引入dadk,使用dadk0.1.1来编译test-relibc程序
* 由于gitee仓库体积限制导致无法继续使用gitee上的rust索引,因此更换为清华源
* github workflow的环境中,安装dadk
* Auto configure dragonos rust toolchain
|
Revision tags: V0.1.7, V0.1.6, V0.1.5 |
|
#
2bf5ee0e |
| 11-Feb-2023 |
login <longjin@ringotek.cn> |
修改libc的编译相关内容(#171)
1.将libc的include文件夹分为export和internal
2.将所有app都直接链接libc.a,而不是都执行一遍"搜索.o"的过程
|
Revision tags: V0.1.4, V0.1.3 |
|
#
5ed4cd46 |
| 22-Dec-2022 |
guanjinquan <75822481+guanjinquan@users.noreply.github.com> |
Patch gcc toolchain (#111)
* 添加了GCC_cross_compile——tool_chain
* - 解决环境变量路径拼接时,多了`/`的问题
- apt安装时增加-y,不需用户确认
* 解决添加环境变量的命令有误的问题
* 修正编译错误时,还会执行下一步的问题
* new: 编译完成后清理临时文件
* 更新makefile
Patch gcc toolchain (#111)
* 添加了GCC_cross_compile——tool_chain
* - 解决环境变量路径拼接时,多了`/`的问题
- apt安装时增加-y,不需用户确认
* 解决添加环境变量的命令有误的问题
* 修正编译错误时,还会执行下一步的问题
* new: 编译完成后清理临时文件
* 更新makefile
* 调整:把grub安装在 $HOME/opt/dragonos-grub下
* new: 新增dockerfile
* 将镜像源换成中科大的(原因是清华的总是ban掉用于构建镜像的服务器的ip)
* 修改为基于debian bullseye构建
* 取消指定版本
* 修复MBR磁盘镜像未设置启动标志的bug
* 取消在docker中安装grub
* 安装grub的过程改到客户机上进行
* bootstrap.sh 添加--no-docker
* 使用新版的docker编译镜像
* 修补, 添加了一些关于gcc的check
Co-authored-by: longjin <longjin@RinGoTek.cn>
show more ...
|
Revision tags: V0.1.2 |
|
#
7a818da8 |
| 17-Dec-2022 |
login <longjin@ringotek.cn> |
Patch about auto gen version string (#114)
* new: about app中,显示当前构建的git commit sha1以及构建时间
* bugfix: 修复shell的exec命令对绝对路径的拼接错误问题
|
Revision tags: V0.1.1, V0.1.0 |
|
#
f5be8074 |
| 20-Oct-2022 |
longjin <longjin@RinGoTek.cn> |
Merge branch 'master' into patch-usb-hid-parse
|
#
fbe1e23e |
| 16-Oct-2022 |
longjin <longjin@RinGoTek.cn> |
将makefile中的gcc字样用$(CC)环境变量代替
|
#
7a03b221 |
| 22-Jun-2022 |
fslongjin <fslongjin@vip.qq.com> |
:wrench: 编译用户程序时,拷贝符号信息
|
#
4e04ab9e |
| 07-Jun-2022 |
fslongjin <fslongjin@vip.qq.com> |
:new: 在shell中启动另一个程序
|
#
e2a59dbd |
| 31-May-2022 |
fslongjin <fslongjin@vip.qq.com> |
:new: exec (存在bug
|