Compare commits
No commits in common. "6507146c60fda5731767c03a038af9d04ab7815a" and "f50017912d6aea11802821f3171c2f987c288d2e" have entirely different histories.
6507146c60
...
f50017912d
@ -4,7 +4,7 @@
|
||||
#include "memory/AddressSpace.h"
|
||||
#include "sys/elf/Image.h"
|
||||
|
||||
#define TASK_MAX_FDS 32
|
||||
#define TASK_MAX_FDS 8
|
||||
|
||||
struct Task
|
||||
{
|
||||
|
@ -1,10 +0,0 @@
|
||||
#ifndef _LUNA_OS_LIMITS_H
|
||||
#define _LUNA_OS_LIMITS_H
|
||||
|
||||
#define OPEN_MAX 32
|
||||
#define ATEXIT_MAX 32
|
||||
|
||||
#define PAGESIZE 4096
|
||||
#define PAGE_SIZE 4096
|
||||
|
||||
#endif
|
@ -6,8 +6,6 @@
|
||||
|
||||
#include <bits/seek.h>
|
||||
|
||||
#define FOPEN_MAX 32
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int f_fd;
|
||||
|
@ -3,7 +3,6 @@
|
||||
|
||||
#include <bits/macros.h>
|
||||
#include <bits/seek.h>
|
||||
#include <luna/os-limits.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#define STDOUT_FILENO 0
|
||||
|
Loading…
Reference in New Issue
Block a user