Andreas Kling
|
af81645a2a
|
Kernel+LibC: Add a dbgputstr() syscall for sending strings to debug output.
This is very handy for the DebugLogStream implementation, among others. :^)
|
2019-07-21 21:43:37 +02:00 |
|
Andreas Kling
|
7e1cb86da7
|
LibHTML: Make it possible to build LibHTML on the host.
- "make" builds the normal Serenity libhtml.a
- "make -f Makefile.host" builds a test program for the host machine.
|
2019-06-22 21:21:57 +02:00 |
|
Andreas Kling
|
114768562a
|
AK: Including <AK/kstdio.h> should pull in <stdio.h> etc on host builds.
|
2019-06-18 08:53:26 +02:00 |
|
Andreas Kling
|
b5c76d7559
|
Get rid of #ifdef SERENITY. We're past that phase of bootstrapping.
|
2019-01-17 01:41:36 +01:00 |
|
Andreas Kling
|
63764b3a65
|
Import very modest Userland.
|
2018-10-22 14:06:22 +02:00 |
|
Andreas Kling
|
7580ac576f
|
Make VFS host build work again.
|
2018-10-17 12:23:19 +02:00 |
|
Andreas Kling
|
aec8ab0a60
|
Add the basic character devices to kernel.
|
2018-10-16 14:33:16 +02:00 |
|