Re: Hello World 217Kb ?

From: Adrien Plisson (aplisson-news_at_stochastique.net)
Date: 12/07/04


Date: Tue, 07 Dec 2004 16:06:26 +0100

Warren W. Gay VE3WWG wrote:
> This list is incomplete, but I found No_Run_Time so restrictive, that
> even for O/S projects, I didn't find this to be very useful!

but we could write an Ada runtime in Ada using the pragma No_Run_Time, then
write an OS in Ada which uses the Ada runtime written in Ada which uses the
pragma No_Run_Time...

anybody following ? ;p

-- 
rien


Relevant Pages

  • Re: Ada runtime and Linux Kernel Module
    ... > The Big Online Book of Linux Ada Programming ... > Any module would need to avoid anything which used the ada runtime. ... > Or indeed any example ADA linux module code! ...
    (comp.lang.ada)
  • Re: Call Ada Dll from vc
    ... This sounds like a problem in your Ada runtime. ... but I suspect the concept of staic constructors has an equivalent. ... If these call the Ada DLL, they could be calling it before it is ...
    (microsoft.public.vc.mfc)
  • Re: Operation can be dispatching in only one type
    ... I noticed the possibility of a restrictions pragma, ... Is it really annoying when programmers are forced to state, ... *not* see an ELSE branch that does then become a missing ELSE ... -- (formally fine in Ada, though not in Java or SPARK) ...
    (comp.lang.ada)
  • Re: Interfacing to C without dynamic memory
    ... pragma Convention; ... Make T private, or even limited private: Ada users should not have direct access to T fields. ... void destroyT; ...
    (comp.lang.ada)
  • Re: Restricted or no run time in Ada
    ... will allow GNAT to build code without a runtime code. ... The Ada main procedure has no startup address ... Now to get my kernel to compile I originally used pragma No_Run_Time ...
    (comp.lang.ada)