Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P proj5-FAT32onMaQueOS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CrewUnionProblemKill
  • proj5-FAT32onMaQueOS
  • Wiki
  • Home

Home · Changes

Page history
Update home,添加项目基于MaQueOS的声明 authored Jun 14, 2024 by Little Leaf's avatar Little Leaf
Hide whitespace changes
Inline Side-by-side
home.md
View page @ cbcf7bd6
......@@ -16,6 +16,8 @@
# 致谢
本项目包含源自Linux内核的代码,Linux内核的代码遵循GNU通用公共许可证第2版(GPL-2.0)。代码的原始作者为Linux内核社区成员。为了适应本项目的需求,对原始代码进行了修改。
本项目基于开源项目:MaQueOS:龙芯LoongArch架构的教学版操作系统,在其基础上按照赛题要求进行了改造。
本项目也使用到了一些开源工具,它们对项目的开发和管理起到了重要作用。
## 1. 源代码
......@@ -42,4 +44,7 @@ Commitizen是一个开源工具,用于标准化提交信息,遵循MIT许可
### 2.4 cz-conventional-changelog
cz-conventional-changelog是Commitizen的一个适配器,用于遵循Conventional Changelog规范,遵循MIT许可证。
- 来源: [cz-conventional-changelog GitHub 仓库](https://github.com/commitizen/cz-conventional-changelog)
\ No newline at end of file
- 来源: [cz-conventional-changelog GitHub 仓库](https://github.com/commitizen/cz-conventional-changelog)
## 3. 操作系统
原始的 MaQueOS 项目代码可在:[gitee: DSLab-LZU / MaQueOS](https://gitee.com/dslab-lzu/maqueos)找到。
\ No newline at end of file
Clone repository
  • Home
  • uploads
    • 0bc768dbb7fc0582616552f906240a99
      • Readme
  • 云端开发环境
  • 文档规范
  • 比赛题目分析和相关资料调研
  • 系统测试
  • 系统调用文档
    • sys_create函数
    • sys_destroy 函数介绍
      • find_directory_entry 函数介绍
        • read_custor 函数介绍
    • sys_mount 函数介绍