/
dzavalishin
/
newos
Обзор
Документация
Войти
/
dzavalishin
/
newos
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
include/kernel/arch/kernel.h
13 строк
317 B
Travis Geiselbrecht
Remove a space in the INC_ARCH macro that screws up any chance of compiling on
20 апр 2003, 18:34
20 апр 2003, 18:34
4d97a1d
Код
Авторство
О чём код?
/* ** Copyright 2001-2002, Travis Geiselbrecht. All rights reserved. ** Distributed under the terms of the NewOS License. */ #ifndef _NEWOS_KERNEL_ARCH_KERNEL_H #define _NEWOS_KERNEL_ARCH_KERNEL_H #include INC_ARCH(kernel/arch,kernel.h) #define KSTACK_SIZE (PAGE_SIZE*2) #define STACK_SIZE (PAGE_SIZE*16) #endif