Stack & heap stuff

This commit is contained in:
Adrien Bourmault 2019-03-25 23:18:18 +01:00
parent 4caefd028a
commit bc8970c2d0
1 changed files with 1 additions and 10 deletions

View File

@ -56,15 +56,6 @@
│   │   │   └── loader.o
│   │   └── kaleid
│   │   ├── kernel
│   │   │   ├── init
│   │   │   │   ├── init.o
│   │   │   │   └── table.o
│   │   │   ├── io
│   │   │   │   ├── cursor.o
│   │   │   │   ├── term.o
│   │   │   │   └── vga.o
│   │   │   ├── ke
│   │   │   │   └── panic.o
│   │   │   ├── bprint.o
│   │   │   ├── bput.o
│   │   │   ├── buf.o
@ -178,4 +169,4 @@
├── qemu.log
└── Readme.md
31 directories, 122 files
28 directories, 116 files