+icons
[www.jankratochvil.net.git] / project / 332 / ListItem.pm
index f6e7070..6b588e5 100755 (executable)
@@ -29,39 +29,20 @@ use My::Web;
 
 
 our @ListItem=(
-               "name"=>"AmigaOS port to 68332",
+               "name"=>"332",
+               "platform"=>"unixdevel",
                "priority"=>8,
+               "icon"=>"332-front-icon.jpeg",
                # FIXME: Relative 'download':
-               "download-sources without patched core"=>top_dir()."/project/332/332-noexec.tar.gz",
-               "summary"=>"AmigaOS kernel port to embedded OS",
+               "download-sources without patched core"=>"/project/332/332-noexec.tar.gz",
+               "summary"=>"AmigaOS kernel port to embedded Motorola 68332",
                "license"=>"PD",
                "maintenance"=>"ready",
-               "sponsorship"=>@{[ a_href('http://www.princip.cz/','Princip') ]},
+               "sponsorship"=>@{[ a_href('http://www.geoinvest.cz/','Geoinvest') ]},
                "language"=>"680x0 asm, C",
                "description"=><<"HERE",
-<p>Core of the AmigaOS kernel (exec.library) was ported to embedded Motorola 68332 computer.
-It is designed as the kernel for GPS-tracking device.
-Used Motorola 68332 computer features 1.25MB of RAM and 512KB of FlashEPROM.
-Included build script with custom GCC target for AmigaOS.</p>
-<p>Fortunately Pavel Troller already disassembled the kernel core in the past
-and this project could be based on his reverse engineered sources.</p>
-<p>@{[ a_href top_dir()."/project/332/332-noexec.tar.gz",'Downloadable sources' ]} archive unfortunately
-legally cannot contain the real code of the ported AmigaOS kernel core as
-@{[ a_href 'http://amigaworld.net/modules/newbb/viewtopic.php?forum=2&topic_id=224','it is copyrighted.' ]}.
-You should send me a mail with md5sum(1)s of AmigaOS kernel including
-statement you are the legal owner to let me send you the missing patched
-AmigaOS kernel core disassembled sources.</p>
-<p>The provided kernel lists the following features:</p>
-<ul>
-       <li>memory management</li>
-       <li>system objects lists operations</li>
-       <li>multitasking</li>
-       <li>intertask messaging</li>
-       <li>device drivers communication<li>
-       <li>locking/synchronization</li>
-       <li>system libraries management</li>
-       <li>server side for remote serial port debuggin</li>
-</ul>
+<p>Core of the AmigaOS kernel (exec.library) ported to embedded Motorola 68332 computer.
+Reusable as OS for your embedded device suitable for developers with AmigaOS experience.</p>
 HERE
                );