kernel/int: increase max interrupt vector count

Change-Id: Ia16e66a7bdac37019e6256405b9f10024909c69a
Reviewed-on: https://review.haiku-os.org/c/haiku/+/6215
Tested-by: Automation <automation@haiku-os.org>
Reviewed-by: Fredrik Holmqvist <fredrik.holmqvist@gmail.com>
Reviewed-by: Alex von Gluck IV <kallisti5@unixzen.com>
This commit is contained in:
X512 2023-03-11 20:50:02 +09:00 committed by waddlesplash
parent 1bb04f4a43
commit 6d13693a78

View File

@ -12,7 +12,7 @@
#include <SupportDefs.h>
#include <arch_cpu_defs.h>
#define NUM_IO_VECTORS 256
#define NUM_IO_VECTORS 4096
#ifdef __cplusplus