open()
This commit is contained in:
parent
e46fb46fcf
commit
32630628a9
17 changed files with 89 additions and 13 deletions
2
kalloc.c
2
kalloc.c
|
@ -15,7 +15,7 @@
|
|||
#include "proc.h"
|
||||
#include "spinlock.h"
|
||||
|
||||
struct spinlock kalloc_lock;
|
||||
struct spinlock kalloc_lock = { "kalloc" };
|
||||
|
||||
struct run {
|
||||
struct run *next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue