update tree

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

View File

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