Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.15 9 lines 169 B view raw
1#include <linux/config.h> 2 3/* This handles the memory map.. */ 4#ifndef CONFIG_SUN3 5#define PAGE_OFFSET_RAW 0x00000000 6#else 7#define PAGE_OFFSET_RAW 0x0E000000 8#endif 9