PNG  IHDR* pHYs+ IDATx]n#; cdLb Ǚ[at¤_:uP}>!Usă cag޿ ֵNu`ݼTâabO7uL&y^wFٝA"l[|ŲHLN밪4*sG3|Dv}?+y߉{OuOAt4Jj.u]Gz*҉sP'VQKbA1u\`& Af;HWj hsO;ogTu uj7S3/QzUr&wS`M$X_L7r2;aE+ώ%vikDA:dR+%KzƉo>eOth$z%: :{WwaQ:wz%4foɹE[9<]#ERINƻv溂E%P1i01 |Jvҗ&{b?9g=^wζXn/lK::90KwrюO\!ջ3uzuGv^;騢wq<Iatv09:tt~hEG`v;3@MNZD.1]L:{ծI3`L(÷ba")Y.iljCɄae#I"1 `3*Bdz>j<fU40⨬%O$3cGt]j%Fߠ_twJ;ABU8vP3uEԑwQ V:h%))LfraqX-ۿX]v-\9I gl8tzX ]ecm)-cgʒ#Uw=Wlێn(0hPP/ӨtQ“&J35 $=]r1{tLuǮ*i0_;NƝ8;-vݏr8+U-kruȕYr0RnC]*ެ(M:]gE;{]tg(#ZJ9y>utRDRMdr9㪩̞zֹb<ģ&wzJM"iI( .ꮅX)Qw:9,i좜\Ԛi7&N0:asϓc];=ΗOӣ APqz93 y $)A*kVHZwBƺnWNaby>XMN*45~ղM6Nvm;A=jֲ.~1}(9`KJ/V F9[=`~[;sRuk]rєT!)iQO)Y$V ی ۤmzWz5IM Zb )ˆC`6 rRa}qNmUfDsWuˤV{ Pݝ'=Kֳbg,UҘVz2ﴻnjNgBb{? ߮tcsͻQuxVCIY۠:(V뺕 ٥2;t`@Fo{Z9`;]wMzU~%UA蛚dI vGq\r82iu +St`cR.6U/M9IENDB`* 2.0 - In purgatory added -fno-zero-initialized-in-bss to prevent issues with recent versions of gcc - Add an option to configure to disable zlib support - Add mismatched architecture support - Updated the x86 architecture help - Updated the x86_64 architecture help - Fixed bzImage support - Added support for finding either the highest or lowest usable window. - Change the version number to 2.0 to reflect the major change in the code base. 1.99 was effectively the release canidate. * 1.99 - Rearchitect so the code is maintainable. - Add multiboot support - Add ia64 support - Add beoboot image support - Create generic elf loader code. - Created the relocated shared object purgatory to hold the code that runs between kernels. - Added a configure script - Added an rpm target - Added kexec on panic support - Initial stab at adding documentation - Added loader support for ET_DYN objects * 1.98 - Add mysteriously dropped changes to make x86_64 work - Update the distclean target to remove *.orig and *~ files * 1.97 - Add support for cross compiling x86_64 * 1.96 - add x86_64 support - add support for linux style arguments to the elf32-x86 loader - disable clearing of cr4 on x86 * 1.95 - add kexec-zImage-ppc64.c source file - GameCube/PPC32 sync'ed to 1.94 - use syscall() to call sys_kexec_load() and reboot() - add kexec-syscall.h, remove kexec-syscall.c - makefiles know about ARCH-es - add noifdown kexec option (Albert Herranz) * 1.94 - revert a bad 1.92 change (not setting optind & opterr for subsequent calls to getopt_long()) * 1.93 - restored "shutdown" functionality; - more help/usage text clarification; - add GPLv2 license to source files (with permission from Eric Biederman) * 1.92 - my_kexec(): call kexec() only one time; - add "unload" option; - fix some compiler warnings about " might be used uninitialized"; - commented out shutdown capability since it was unreachable; * 1.91 - fix "-t" option: strcmp() was inverted (Albert Herranz) - check specified kernel image file for file type (Albert Herranz) * 1.9 - change reboot function to return type long (was int) - use kexec reserved syscall numbers (in Linux 2.6.6-mm3) * 1.8 - Fixed bug where ramdisk wasn't loaded when specified - Memory information is now read from /proc/iomem. Information that is not needed is ignored. * 1.7 - Update to new tentative syscall number.... * 1.6 - Redo all of the command line arguments. - Use the 32-bit kernel entry point. - Work around a failure to clear %cr4. * 1.5 - Port to a new kernel interface (Hopefully the final one). - Start working on setting up legacy hardware - Add --load and --exec options so the parts can be done at different times. ###