Update project-tree.txt

This commit is contained in:
Adrien Bourmault 2018-12-23 20:42:09 +01:00 committed by GitHub
parent 4adc775a22
commit ca30607860
1 changed files with 27 additions and 22 deletions

View File

@ -14,9 +14,13 @@ src/
| x folder.desc
| |
| - mbr.s
| - func.inc
| - mbr.inc
| |
| - loader.s
| - loader16.inc
| - loader64.inc
| |
| - types.h
|
+ kaleid/
| |
@ -27,27 +31,28 @@ src/
| | - init.c
| | - init.h
| | |
| | + lib/
| | |
| | + mm/
| | |
| | + fs/
| | | |
| | | + fat/
| | | + ext2/
| | |
| | + io/
| | |
| | + ps/
| | |
| | + ex/
| | | |
| | | + aout
| | | + elf
| | |
| | + se/
| | |
| | + sys/
| | |
| | - ports.c
| | - ports.h
| | - terminal.c
| | - terminal.h
| |
| + system/
| + common/
| |
| x folder.desc
| |
| - assert.h
| - atomic.h
| - common.h
| - config.h
| - config.h.in
| - status.h
| - string.h
| - types.h
| |
| + lib/
| |
| - string.c
|
0