Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
|
- #ifndef __KERN_FS_FS_H__
- #define __KERN_FS_FS_H__
-
- #include <mmu.h>
-
- #define SECTSIZE 512
- #define PAGE_NSECT (PGSIZE / SECTSIZE)
-
- #define SWAP_DEV_NO 1
-
- #endif /* !__KERN_FS_FS_H__ */
-
|