Patch add 0.1.8 changelog (#334)

* 删除无用代码,并把about app的版本号更新为0.1.8

* v0.1.8 changelog

* 修正未安装rust-src的问题

* 完善文档
This commit is contained in:
LoGin
2023-08-17 00:10:18 +08:00
committed by GitHub
parent 67b4818887
commit 5db5a5652c
14 changed files with 568 additions and 67 deletions

View File

@ -18,7 +18,7 @@ void print_copyright()
printf(" DragonOS - An opensource operating system.\n");
printf(" Copyright: fslongjin & DragonOS Community. 2022-2023, All rights reserved.\n");
printf(" Version: ");
put_string("V0.1.7\n", COLOR_GREEN, COLOR_BLACK);
put_string("V0.1.8\n", COLOR_GREEN, COLOR_BLACK);
printf(" Git commit SHA1: %s\n", DRAGONOS_GIT_COMMIT_SHA1);
printf(" Build time: %s %s\n", __DATE__, __TIME__);
printf(" \nYou can visit the project via:\n");