kernel/int: increase max interrupt vector count

Change-Id: Ia16e66a7bdac37019e6256405b9f10024909c69a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6215
Tested-by: Automation <[email protected]>
Reviewed-by: Fredrik Holmqvist <[email protected]>
Reviewed-by: Alex von Gluck IV <[email protected]>
This commit is contained in:
X512
2023-03-20 14:23:54 +00:00
committed by waddlesplash
parent 1bb04f4a43
commit 6d13693a78
@@ -12,7 +12,7 @@
#include <SupportDefs.h>
#include <arch_cpu_defs.h>
#define NUM_IO_VECTORS 256
#define NUM_IO_VECTORS 4096
#ifdef __cplusplus