mirror of
https://github.com/drasko/codezero.git
synced 2026-01-28 18:53:14 +01:00
Task initally exec'ing with success. Some errors need to be investigated.
- Directory creation, file read/write is OK. - Cannot reuse old task's fds. They are not recycled for some reason. - Problems with fork/clone/exit. They fail for a reason.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#define SZ_1K 1024
|
||||
#define SZ_4K 0x1000
|
||||
#define SZ_16K 0x4000
|
||||
#define SZ_32K 0x8000
|
||||
#define SZ_64K 0x10000
|
||||
#define SZ_1MB 0x100000
|
||||
#define SZ_8MB (8*SZ_1MB)
|
||||
|
||||
Reference in New Issue
Block a user