diff --git a/.gitignore b/.gitignore index 8225972..6cf4c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ osk-graph.ps grub.log Makefile.out.2 build/bin/s** +.buildconfig #.stylehlp # Linker output diff --git a/ProjectTree b/ProjectTree index 0f87887..acd9824 100644 --- a/ProjectTree +++ b/ProjectTree @@ -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