From mint-bounce@lists.fishpool.fi  Mon Sep 24 15:41:55 2007
X-Original-To: fnaumann@mail.boerde.de
Delivered-To: fnaumann@mail.boerde.de
From: MiKRO <miro.kropacek@gmail.com>
Organization: Mystic Bytes
Subject: Re: [MiNT] scsilib
Date: Thu, 20 Sep 2007 18:40:47 +0200
User-Agent: KMail/1.9.6
Cc: mint@fishpool.com
References: <c6533ef60709171340j10b07b57rf7cb9440c4848feb@mail.gmail.com> <Pine.NEB.4.64.0709180916070.15075@wh58-508.st.uni-magdeburg.de>
In-Reply-To: <Pine.NEB.4.64.0709180916070.15075@wh58-508.st.uni-magdeburg.de>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
To: "Undisclosed.Recipients": ;
Message-Id: <200709201840.47916.miro.kropacek@gmail.com>
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-To: mint-bounce@lists.fishpool.fi
X-original-sender: miro.kropacek@gmail.com
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>
X-Virus-Scanned: by amavisd-new at relay.boerde.de
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on relay.boerde.de
X-Spam-Status: No, hits=-1.0 tagged_above=-50.5 required=7.0 tests=BAYES_00
X-Spam-Level: 


Hi,

just two things:

1. I've made a stupid mistake in bootmenu.c (I replaced "-1" by "1" and didn't 
notice it isn't flag but number indicating number of seconds -- unfortunately 
this feature isn't used in boot menu). Please revert my changes to this 
file :)

2. I'm playing with mintlib a little bit -- it seems mintlib isn't compilable 
as is on plain setup (i.e. just some tools + gcc + binutils + flex + bison + 
make) -- syscall target needs both crt0.o and libc.a which is pretty bad in 
my opinion. I've made some experiments and I've got it running -- first make 
in ./startup, then make in ./lib and then make in ./syscall 
with -I$PWD/../include and references to startup and lib for libs. But I'm 
not sure if this is correct, i.e. if some output of syscall target isn't some 
input for lib* targets?

-- 
MiKRO / Mystic Bytes
http://mikro.atari.org


