]>
git.ipfire.org Git - thirdparty/kernel/stable.git/blob - arch/ppc/boot/utils/mknote.c
2 * Copyright (C) Cort Dougan 1999.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version
7 * 2 of the License, or (at your option) any later version.
9 * Generate a note section as per the CHRP specification.
16 #define PL(x) printf("%c%c%c%c", ((x)>>24)&0xff, ((x)>>16)&0xff, ((x)>>8)&0xff, (x)&0xff );
22 PL(strlen("PowerPC")+1);
28 printf("PowerPC"); printf("%c", 0);