DragonOS-Community / DragonOS

使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算轻量化场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for lightweight cloud computing scenarios.
https://dragonos.org
GNU General Public License v2.0
860 stars 138 forks source link

chore(tools): 1.change the rust download mirror 2.add the gentoo grub_auto_install support #824

Closed donjuanplatinum closed 4 months ago

dragonosbot commented 4 months ago

r? @fslongjin

dragonosbot has assigned @fslongjin. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

fslongjin commented 4 months ago

不同的功能应该在不同的分支上面进行提交,而不是说把两个毫无搭边的功能放到同一个PR里面来。 提交的时候要基于master分支来创建新分支 而不是在master上面直接做修改。