Merge branch 'BetterTerm'
This commit is contained in:
commit
4924e28545
|
@ -24,6 +24,7 @@ osk-graph.ps
|
|||
grub.log
|
||||
Makefile.out.2
|
||||
build/bin/s**
|
||||
.buildconfig
|
||||
#.stylehlp
|
||||
|
||||
# Linker output
|
||||
|
|
20
ProjectTree
20
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
|
||||
|
|
Loading…
Reference in New Issue