File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
include/fuzzy/kernel/process Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ binaries: $(bt_stage1) $(bt_stage2) $(kernel_core) $(rm_static)
102102SECTOR_COUNT_BT_STAGE1 = 1
103103SECTOR_COUNT_SHARED_LIBRARY = 1
104104SECTOR_COUNT_BT_STAGE2 = 12
105- SECTOR_COUNT_KERNEL = 55
105+ SECTOR_COUNT_KERNEL = 70
106106
107107SECTOR_START_BT_STAGE1 = 0
108108SECTOR_START_SHARED_LIBRARY = $(shell expr $(SECTOR_START_BT_STAGE1 ) + $(SECTOR_COUNT_BT_STAGE1 ) )
Original file line number Diff line number Diff line change 22#include <process.h>
33#include <stddef.h>
44
5- #define MAX_PROCESS 10
5+ #define MAX_PROCESS 127
66// each process will have CS and DS, and kernel
77// CS and DS is already included in GDT standard table.
88#define GDT_TABLE_SIZE ((MAX_PROCESS-1)*2+GDT_STD_SIZE)
Original file line number Diff line number Diff line change 1212| 0x80000 | 0x9FFFF | 128KB | Extended BIOS Data area |
1313| 0xA0000 | 0xBFFFF | 128KB | Video memory |
1414| 0xC0000 | 0xFFFFF | 256KB | BIOS stuff |
15- | 0x100000 | 0x1FFFFF | 1MB | Kernel future location (not used) |
15+ | 0x100000 | 0x1FFFFF | 1MB | pid 0; Kernel future location (not used) |
1616| 0x200000 | 0x2FFFFF | 1MB | App pid 1 |
1717| 0x300000 | 0x3FFFFF | 1MB | App pid 2 |
18- | ... | .... | 1MB | App ... |
18+ | ... | .... | ... | ... |
19+ | ... | .... | 1MB | App pid 126 |
You can’t perform that action at this time.
0 commit comments