Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • L LoOS
  • 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
  • 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
  • SCUCCS-CST-SRA-group
  • LoOS
  • Merge requests
  • !23

feat: compatibility with busybox; detailed features will list below

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged SCUCCS-CST-SRA requested to merge busybox into devel Jul 27, 2024
  • Overview 0
  • Commits 31
  • Pipelines 0
  • Changes 106
  1. 重写了一部分的 build system;包括但不限于细化了 ld script, Makefile 中增加了 lwext4 的 include 目录
  2. 彻底使用虚拟内存机制代替了物理内存机制;规范了虚拟内存的内存布局(memory layout);重写了虚拟内存管理机制
  3. 增加了最基本的锁机制。(src/core/lock.c)
  4. 完善了时钟中断的机制。
  5. 增加了 fork, clone, wait4 等进程管理相关的系统调用。
  6. 增加了 lwext4 库的适配,增加了 docs/fs/img.md 的文档。
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: busybox