update tree

This commit is contained in:
Adrien Bourmault 2019-03-24 23:08:12 +01:00
parent e28d965ea1
commit c7197dc808
1 changed files with 5 additions and 1 deletions

View File

@ -56,6 +56,7 @@
│   │   │   └── loader.o │   │   │   └── loader.o
│   │   └── kaleid │   │   └── kaleid
│   │   ├── kernel │   │   ├── kernel
│   │   │   ├── buf.o
│   │   │   ├── cpuid.o │   │   │   ├── cpuid.o
│   │   │   ├── cursor.o │   │   │   ├── cursor.o
│   │   │   ├── heap.o │   │   │   ├── heap.o
@ -115,6 +116,7 @@
│   │   │   └── prog.h │   │   │   └── prog.h
│   │   ├── kernel │   │   ├── kernel
│   │   │   ├── base.h │   │   │   ├── base.h
│   │   │   ├── buf.h
│   │   │   ├── cpu.h │   │   │   ├── cpu.h
│   │   │   ├── heap.h │   │   │   ├── heap.h
│   │   │   ├── iomisc.h │   │   │   ├── iomisc.h
@ -128,6 +130,8 @@
│   │   ├── kaleid.h │   │   ├── kaleid.h
│   │   └── kalext.h │   │   └── kalext.h
│   └── kernel │   └── kernel
│   ├── buf
│   │   └── buf.c
│   ├── cpu │   ├── cpu
│   │   └── cpuid.c │   │   └── cpuid.c
│   ├── init │   ├── init
@ -158,4 +162,4 @@
├── qemu.log ├── qemu.log
└── Readme.md └── Readme.md
27 directories, 106 files 28 directories, 109 files