tag | line | file | source code |
---|---|---|---|
startcodesize | 212 | arch/m68k/boot/amiga/bootstrap.c | long startcodesize; |
startcodesize | 671 | arch/m68k/boot/amiga/bootstrap.c | startcodesize = ©allend - ©all; |
startcodesize | 672 | arch/m68k/boot/amiga/bootstrap.c | startfunc = (void (*)(void))AllocMem( startcodesize, MEMF_CHIP); |
startcodesize | 681 | arch/m68k/boot/amiga/bootstrap.c | memcpy (startfunc, ©all, startcodesize); |