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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user