tag | line | file | source code |
---|---|---|---|
RAMDISK_SIZE | 40 | arch/i386/boot/compressed/misc.c | #define RAMDISK_SIZE (*(unsigned short *)0x901F8) |
RAMDISK_SIZE | 71 | arch/i386/kernel/setup.c | #define RAMDISK_SIZE (*(unsigned short *) (PARAM+0x1F8)) |
RAMDISK_SIZE | 61 | arch/mips/kernel/setup.c | #define RAMDISK_SIZE (boot_info.ramdisk_size) |