search for: swap_offset

Displaying 2 results from an estimated 2 matches for "swap_offset".

Did you mean: map_offset
2006 Feb 05
1
Add swap support to fstype, second version
..."luks", luks_image }, + { 1, "minix", minix_image }, + { 1, "ext3", ext3_image }, + { 1, "ext2", ext2_image }, + { 8, "reiserfs", reiserfs_image }, + { 64, "reiserfs", reiserfs_image }, + { 32, "jfs", jfs_image }, + { SWAP_OFFSET, "swap", swap_image } }; int identify_fs(int fd, const char **fstype, Index: klibc/usr/kinit/fstype/swap_fs.h =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ klibc/usr/kinit/fstype/swap_fs.h 2006-02-05 11:10:01...
2008 Mar 25
2
bunch of small fixes
...2 "S2SUSPEND" #define SUSP_MAGIC_U "ULSUSPEND" +/* TuxOnIce signatures, located at same addr as swap magic */ +#define TOI_MAGIC_L 1 +#define TOI_MAGIC_1 "z" +#define TOI_MAGIC_2 "Z" + /* The superblock is the last block in the first page */ #define SWAP_OFFSET() ((getpagesize() - 1024) >> 10) commit 6752cb2fe4134b9daaf6121cf3413f571d2c979d Author: maximilian attems <max at stro.at> Date: Tue Mar 25 10:25:30 2008 +0100 [klibc] .gitingore: move havesyscall.h entry to top .gitignore it seems that .gitignore honours pathes, th...