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
  • 比赛题目分析和相关资料调研

比赛题目分析和相关资料调研 · Changes

Page history
Update 比赛题目分析和相关资料调研,添加调研到的“龙芯架构只采用小端存储方式” authored Jun 14, 2024 by Little Leaf's avatar Little Leaf
Hide whitespace changes
Inline Side-by-side
比赛题目分析和相关资料调研.md
View page @ a11ff229
......@@ -95,10 +95,14 @@ BPB 位于卷的第一个扇区中的保留区域内。这个扇区有时称为
+--------------------+
```
# 5. 龙芯架构只采用小尾端的存储方式
《龙芯架构参考手册卷一》第9页2.1.6节有提到这一点。
# 参考资料
- [fatspec.pdf](https://www.cs.fsu.edu/~cop4610t/assignments/project3/spec/fatspec.pdf)
- 《操作系统设计与实现——基于LoongArch架构》,周庆国 杨虎斌 刘刚 陈玉聪 张福新 著
- 《计算机操作系统(慕课版)》,汤小丹 王红玲 姜华 汤子瀛 编著
- [kernel/git/stable/linux.git - Linux kernel stable tree](https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git)
- [FAT32系统文件详解](https://zhuanlan.zhihu.com/p/162798821)
\ No newline at end of file
- [FAT32系统文件详解](https://zhuanlan.zhihu.com/p/162798821)
- [龙芯架构参考手册卷一.pdf](https://github.com/LoongsonLab/oscomp-documents/blob/main/pdf/%E9%BE%99%E8%8A%AF%E6%9E%B6%E6%9E%84%E5%8F%82%E8%80%83%E6%89%8B%E5%86%8C%E5%8D%B7%E4%B8%80.pdf)
\ No newline at end of file
Clone repository
  • Home
  • uploads
    • 0bc768dbb7fc0582616552f906240a99
      • Readme
  • 云端开发环境
  • 文档规范
  • 比赛题目分析和相关资料调研
  • 系统测试
  • 系统调用文档
    • sys_create函数
    • sys_destroy 函数介绍
      • find_directory_entry 函数介绍
        • read_custor 函数介绍
    • sys_mount 函数介绍