Logo by Browallia (anonymous IP: 3.147.53.90,2258) | ||||||||||||||
| ||||||||||||||
Audio (343) Datatype (51) Demo (203) Development (602) Document (24) Driver (97) Emulation (149) Game (1011) Graphics (500) Library (118) Network (234) Office (66) Utility (932) Video (69) Total files: 4399 Full index file Recent index file
Amigans.net OpenAmiga Aminet IntuitionBase
Support the site
|
This is a bugfix of the orginal mkimage port by Kjetil Hvalstrand. The original didn't work properly and would leave a blank header because some file-to-disk memory routines didn't flush the memory back to disk before freeing it. This fix includes the work around so mkimage functions properly on OS4. And also uses an updated source tree with makefile included. Original instructions by Kjetil follow. Enjoy! Damien Stewart (Hypex) A quick recompile/port of mkImage used to create boot images for UBOOT, ported by Kjetil Hvalstrand (NutsAboutAmiga/LiveForIt) Note: I have not made any big changes to the code, and I have not really tested it properly. All you need to make a boot image is: 1. Working Linux kernel for AmigaOne. 2. Ramdisk image found on LinuxPPC distribution like Debian or Yellow-Dog. /* * (C) Copyright 2000-2004 * DENX Software Engineering * Wolfgang Denk, wd()denx.de * All rights reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA */ |
Copyright © 2004-2024 by Björn Hagström All Rights Reserved |