Working on page allocator #67

This commit is contained in:
Adrien Bourmault 2020-01-12 23:16:03 +01:00
parent 477db646c8
commit 08d7de2b40
1 changed files with 6 additions and 3 deletions

View File

@ -74,7 +74,8 @@
│   │   ├── heap.h
│   │   ├── malloc.h
│   │   ├── map.h
│   │   └── paging.h
│   │   ├── paging.h
│   │   └── palloc.h
│   ├── po
│   │   └── shtdwn.h
│   ├── sh
@ -97,6 +98,7 @@
│   │   │   ├── ata.c
│   │   │   ├── cursor.c
│   │   │   ├── keyb.c
│   │   │   ├── scan.c
│   │   │   ├── spkr.c
│   │   │   └── vga.c
│   │   ├── ke
@ -116,7 +118,8 @@
│   │   │   ├── malloc.c
│   │   │   ├── map.c
│   │   │   ├── paging.asm
│   │   │   └── paging.c
│   │   │   ├── paging.c
│   │   │   └── palloc.c
│   │   ├── po
│   │   │   └── shtdwn.c
│   │   ├── ps
@ -157,4 +160,4 @@
├── ProjectTree
└── README.md
28 directories, 104 files
28 directories, 107 files