Dammit, vim, let's try to keep things consistent now, shall we?
This commit is contained in:
parent
c3395de72f
commit
4c475a2d29
@ -1,3 +1,13 @@
|
||||
/*
|
||||
* Low-level keyboard interrupt driver.
|
||||
* vim:tabstop=4
|
||||
* vim:noexpandtab
|
||||
*
|
||||
* XXX: This should move to a server for handling
|
||||
* input devices and what have you.
|
||||
*
|
||||
*/
|
||||
|
||||
#include <system.h>
|
||||
|
||||
struct keyboard_states {
|
||||
|
@ -1,3 +1,10 @@
|
||||
/*
|
||||
* vim:tabstop=4
|
||||
* vim:noexpandtab
|
||||
*
|
||||
* Simple, painfully lacking, implementation of printf(),
|
||||
* for the kernel of all things.
|
||||
*/
|
||||
#include <system.h>
|
||||
|
||||
typedef __builtin_va_list va_list;
|
||||
|
@ -1,4 +1,7 @@
|
||||
/*
|
||||
* vim:tabstop=4
|
||||
* vim:noexpandtab
|
||||
*
|
||||
* ToAruOS Kernel Debugger Shell
|
||||
*
|
||||
* Part of the ToAruOS Kernel, under the NCSA license
|
||||
|
Loading…
Reference in New Issue
Block a user