Skip to content

Commit

Permalink
servers: bumped max syscall request
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelcodes committed Sep 25, 2024
1 parent 089f0fe commit c1a537c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/kernel/servers.h
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
#define COMMAND_OPENDIR 0x8008
#define COMMAND_READDIR 0x8009

#define MAX_SYSCALL_COMMAND 0x8007
#define MAX_SYSCALL_COMMAND 0x8009

/* these commands are for device drivers */
#define COMMAND_IRQ 0xC000
Expand Down

0 comments on commit c1a537c

Please sign in to comment.