Skip to content

Commit

Permalink
面子工程
Browse files Browse the repository at this point in the history
  • Loading branch information
liuziangexit committed Sep 9, 2020
1 parent 1962161 commit 6a05b5d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 6 deletions.
40 changes: 34 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# nonoOS
我的第一个操作系统。
<h2>功能</h2>
- 功能1
<br>
- 功能2
<br>
- 功能3
<img src="web/1.png"/>
<img src="web/2.png"/>

<h2>进展</h2>

| 功能 | 状态 | 分支 |
| ------- | ------ | ------ |
|引导器(Bootloader)|OK|master|
|中断处理(Interrupt)|OK|interrupt|
|显卡和键盘驱动|OK|drivers|
|页式内存分配|OK|memory|
|kmalloc|WORKING|memory|
|task(进程/线程)|PENDING|-|
|上下文切换|PENDING|-|
|task调度|PENDING|-|
|malloc|PENDING|-|
|硬盘接口|PENDING|-|
|换页|PENDING|-|
|同步原语|PENDING|-|
|SMP支持|PENDING|-|
|图形界面|PENDING |-|
|POSIX Socket接口|PENDING|-|

<h2>编译并运行!</h2>
前置需求:
Expand All @@ -21,3 +37,15 @@
```
tools/run.sh
```

编译:

```
tools/build.sh
```

调试:

```
tools/debug.sh
```
Binary file added web/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a05b5d

Please sign in to comment.