git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: lunadbg GDB plugin to ease kernel debugging process.
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
sched.h
diff --git
a/lunaix-os/includes/lunaix/sched.h
b/lunaix-os/includes/lunaix/sched.h
index f31eab52daa9ce7ddc34b2d220812b64c9a27985..7cb313025e3860cb7bd9871e6f5cdb57f7ee25f1 100644
(file)
--- a/
lunaix-os/includes/lunaix/sched.h
+++ b/
lunaix-os/includes/lunaix/sched.h
@@
-4,13
+4,13
@@
#define SCHED_TIME_SLICE 300
#define PROC_TABLE_SIZE 8192
#define SCHED_TIME_SLICE 300
#define PROC_TABLE_SIZE 8192
-#define MAX_PROCESS (PROC_TABLE_SIZE / sizeof(
uint
ptr_t))
+#define MAX_PROCESS (PROC_TABLE_SIZE / sizeof(ptr_t))
struct scheduler
{
struct proc_info** _procs;
int procs_index;
struct scheduler
{
struct proc_info** _procs;
int procs_index;
-
unsigned
int ptable_len;
+ int ptable_len;
};
void
};
void