diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-23 21:39:42 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-23 21:39:42 +0200 |
| commit | dadd5202a3ccfd8c03fb9eb60e6a15b0fb987672 (patch) | |
| tree | 3c4b818f90a4862f82ed2e03ceaaf9d7723d293d /kernel/syscalls.c | |
| parent | 6c8be13c682a0aef520b2d3efeb67dcf078b1889 (diff) | |
filesystem stuff and experimenting with userspace tasks
Diffstat (limited to 'kernel/syscalls.c')
| -rw-r--r-- | kernel/syscalls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/syscalls.c b/kernel/syscalls.c index 67a8aa6..642f04a 100644 --- a/kernel/syscalls.c +++ b/kernel/syscalls.c @@ -44,6 +44,7 @@ int syscall_write(int file, char *buf, int len) { fifo_put(&get_fool()->std_out,buf[i]); } + lock_release(2); //x86_int_enable(); return len; |
