Update ProjectTree

This commit is contained in:
Adrien Bourmault 2019-06-02 21:15:52 +02:00
parent 4c04399b97
commit f41f09770c
2 changed files with 9 additions and 12 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ osk-graph.ps
grub.log
Makefile.out.2
build/bin/s**
.buildconfig
#.stylehlp
# Linker output

View File

@ -55,10 +55,6 @@
│   │   │   ├── kaleid.x86_64
│   │   │   └── loader.o
│   │   └── kaleid
│   │   ├── extras
│   │   │   ├── argv.c.229r.expand
│   │   │   ├── argv.d
│   │   │   └── argv.o
│   │   ├── kernel
│   │   │   ├── init
│   │   │   │   ├── info.c.229r.expand
@ -128,6 +124,9 @@
│   │   │   │   ├── sched.d
│   │   │   │   └── sched.o
│   │   │   └── sh
│   │   │   ├── argv.c.229r.expand
│   │   │   ├── argv.d
│   │   │   ├── argv.o
│   │   │   ├── musage.c.229r.expand
│   │   │   ├── musage.d
│   │   │   ├── musage.o
@ -195,12 +194,9 @@
│   │   ├── strtol.d
│   │   └── strtol.o
│   ├── grub.log
│   ├── kaleid32_disasm.asm
│   ├── kaleid64_disasm.asm
│   └── kernel.ld
├── include
│   ├── ex
│   │   ├── argv.h
│   │   ├── lock.h
│   │   └── malloc.h
│   ├── init
@ -228,19 +224,19 @@
│   │   └── mm.h
│   ├── po
│   │   └── shtdwn.h
│   ├── sh
│   │   ├── argv.h
│   │   └── shell.h
│   ├── asm.h
│   ├── errno.h
│   ├── kernel.h
│   ├── libc.h
│   └── vers.h
├── kaleid
│   ├── extras
│   │   └── argv.c
│   ├── kernel
│   │   ├── init
│   │   │   ├── info.c
│   │   │   ├── init.c
│   │   │   ├── init.h
│   │   │   ├── ssp.c
│   │   │   └── table.c
│   │   ├── io
@ -272,6 +268,7 @@
│   │   ├── ps
│   │   │   └── sched.c
│   │   └── sh
│   │   ├── argv.c
│   │   ├── musage.c
│   │   ├── shcmds.c
│   │   ├── shell.c
@ -302,8 +299,7 @@
├── ChangeLog
├── COPYING
├── Makefile
├── osk-graph.ps
├── ProjectTree
└── README.md
43 directories, 238 files
42 directories, 235 files