Andreas Kling
|
8b249bd09b
|
Kernel+Userland: Implement mknod() syscall and add a /bin/mknod program.
|
2019-05-03 22:59:58 +02:00 |
|
Andreas Kling
|
58240fdb33
|
Do a pass of compiler warning fixes.
This is really making me question not using 64-bit integers more.
|
2019-04-23 13:00:53 +02:00 |
|
Andreas Kling
|
d384c7815f
|
Kernel: Make it possible to have kmalloc() dump call stacks.
This can be enabled at any time using a sysctl:
sysctl kmalloc_stacks=1
The stacks will go to the debugger output only.
|
2019-04-15 23:58:48 +02:00 |
|
Andreas Kling
|
f9864940eb
|
Kernel: Move FS-related files into Kernel/FileSystem/
|
2019-04-03 12:25:24 +02:00 |
|