Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elliotxx/os_filesystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: huihut/MengFileSystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 17 files changed
  • 1 contributor

Commits on Dec 31, 2017

  1. First commit in 2018

    1. 修改了用户界面、代码组织形式; 2. 修改了登录方式,初始化root用户时输入密码; 3. 添加了pwd、cat、help等操作,修改了一些操作名,添加了各个命令的帮助信息; 4. 申请的一些内存减小,减小了不必要的空间浪费,以及避免栈溢出; 5. 代码中文注释,系统英文界面; 6. 还有一些已知bug在bug.md中。
    huihut committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    d1533ae View commit details
    Browse the repository at this point in the history
  2. Second commit in 2018

    huihut committed Dec 31, 2017
    Configuration menu
    Copy the full SHA
    826ac11 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2018

  1. Modify bug log

    huihut committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    952715d View commit details
    Browse the repository at this point in the history
  2. input -> type

    huihut committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    9db2c0b View commit details
    Browse the repository at this point in the history
  3. Update

    huihut committed Jan 2, 2018
    Configuration menu
    Copy the full SHA
    18735d7 View commit details
    Browse the repository at this point in the history
Loading