Handle IRQs inside the kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
include ../make/ufuncs.mk
|
||||
|
||||
$(eval $(call add_include,libsystem))
|
||||
$(eval $(call add_include,liballoc))
|
||||
$(eval $(call add_include,libmalloc))
|
||||
$(eval $(call add_include,libaux))
|
||||
|
||||
cflags += -DPRINTF_INCLUDE_CONFIG_H=1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <debugconsole.h>
|
||||
#include <devices.h>
|
||||
#include <liballoc.h>
|
||||
#include <malloc.h>
|
||||
#include <printf.h>
|
||||
#include <stddef.h>
|
||||
#include <system.h>
|
||||
|
||||
Reference in New Issue
Block a user