This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
serenity
Watch
1
Star
0
Fork
You've already forked serenity
0
mirror of
https://github.com/SerenityOS/serenity.git
synced
2025-01-24 02:12:09 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
9de7a0daaf
serenity
/
Kernel
/
kstdio.h
8 lines
85 B
C
Raw
Normal View
History
Unescape
Escape
Add the basic character devices to kernel.
2018-10-16 14:33:16 +02:00
#
pragma once
Move kprintf to its own file. It has nothing to do with VGA anymore.
2018-10-22 13:20:35 +02:00
#
include
"kprintf.h"
Make Widgets/ build inside the kernel.
2019-01-10 22:52:14 +01:00
Fix Userland build.
2019-01-13 04:31:16 +01:00
#
ifndef USERLAND
Make Widgets/ build inside the kernel.
2019-01-10 22:52:14 +01:00
#
define printf dbgprintf
Fix Userland build.
2019-01-13 04:31:16 +01:00
#
endif
Reference in a new issue
Copy permalink