Boosting available memory 640K ought to be enough to anybody.
1 files changed, 1 insertions(+), 2 deletions(-) M dusk.asm
M dusk.asm => dusk.asm +1-2
@@ 3,11 3,10 @@ BITS 32 %define CELLSZ 4 %define PS_SZ 0x1000 %define RS_SZ 0x1000 %define MEMSIZE 0x40000 %define MEMSIZE 0xa0000 %define SYSCALL_EXIT 1 ; int status %define SYSCALL_READ 3 ; int fd, void *buf, size_t count %define SYSCALL_WRITE 4 ; int fd, const void *buf, size_t count %define SYSCALL_CHDIR 12 ; const char *path %macro pspush 1 ; src sub ebp, CELLSZ