History log of /DragonOS/env.mk (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7c958c9e 25-Mar-2024 Val213 <112376067+val213@users.noreply.github.com>

移植dns查询工具dog的--tcp功能 (#652)

* add dog, modify user/Makefile and user.sysconfig

* add dog, modify user/Makefile and user.sysconfig

* fix tty unicode

* 修正无法正确编译dog的问题

---------

Co-autho

移植dns查询工具dog的--tcp功能 (#652)

* add dog, modify user/Makefile and user.sysconfig

* add dog, modify user/Makefile and user.sysconfig

* fix tty unicode

* 修正无法正确编译dog的问题

---------

Co-authored-by: val213 <val213666@gmail.com>
Co-authored-by: GnoCiYeH <heyicong@dragonos.org>
Co-authored-by: longjin <longjin@DragonOS.org>

show more ...


Revision tags: V0.1.9
# 4f8f4849 09-Mar-2024 栗子 <im.lechain@gmail.com>

修复Archlinux下的bootstrap脚本问题, (#552)

* 修复Archlinux下的bootstrap脚本问题,

由于archlinux 的 texinfo版本太新导致的gcc docs构建失败
使用 MAKEINFO=true 的make环境变量跳过gcc docs构建,绕过问题


---------

Co-authored-by: longjin <l

修复Archlinux下的bootstrap脚本问题, (#552)

* 修复Archlinux下的bootstrap脚本问题,

由于archlinux 的 texinfo版本太新导致的gcc docs构建失败
使用 MAKEINFO=true 的make环境变量跳过gcc docs构建,绕过问题


---------

Co-authored-by: longjin <longjin@dragonos.org>

show more ...


# 43ef2a0d 21-Jan-2024 LoGin <longjin@DragonOS.org>

添加riscv64的github workflow (#499)

* 添加riscv64的github workflow


# 666cffed 16-Dec-2023 LoGin <longjin@DragonOS.org>

riscv: 映射内核到指定的虚拟地址,使得kinfo能正常工作 (#468)

* riscv: 映射内核到指定的虚拟地址,使得kinfo能正常工作


# 1a72a751 06-Dec-2023 LoGin <longjin@DragonOS.org>

在riscv输出hello world (#466)

增加了以下内容:
- SBI驱动
- 把内核的rust工具链升级到2023-08-15版本
- 输出riscv的helloworld
- 设置内核是PIC的


# af354310 03-Dec-2023 LoGin <longjin@DragonOS.org>

使用submodule引入DragonStub (#462)

* 修正构建系统文档: 使用repo工具克隆代码

* 使用submodule管理


# 4fda81ce 25-Nov-2023 LoGin <longjin@DragonOS.org>

使得DragonOS kernel 能为riscv64编译通过(尚未能启动) (#457)

* 使得DragonOS kernel 能为riscv64编译通过(尚未能启动)

* 修正了系统调用号声明不正确的问题,同时添加了编译配置文档