<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Peter Stuge wrote:
<blockquote cite="mid:20080314185110.1751.qmail@stuge.se" type="cite">
  <pre wrap="">On Fri, Mar 14, 2008 at 08:32:05AM -0600, Jordan Crouse wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Somewhere in the back of my mind, I think I recall it was a design
goal that we support returning control back to v3 from the payload
and loading an alternate payload or panicing sanely.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Hm. I think I recall discussion about multiple "payloads" in a lar.

  </pre>
</blockquote>
<blockquote cite="mid:20080314185110.1751.qmail@stuge.se" type="cite">
  <blockquote type="cite">
    <pre wrap="">Is this still a legitimate goal for v3?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I am very hesitant.

As was hinted to, it's not possible to guarantee all state so best
not try. With returning comes administration, I much prefer going
for the strictly linear execution flow.
  </pre>
</blockquote>
Returning only for the matter of loading the next payload. We will need
multiple payloads in the future for many things.<br>
<br>
In fact, we do have that technology already. Our first payload is
"stage2"<br>
<br>
<blockquote cite="mid:20080314185110.1751.qmail@stuge.se" type="cite">
  <pre wrap="">The way I could like it is if it's all done by a separate payload,
that sets up an environment and can run many other programs.

I don't like coreboot doing it.

Think kernel vs /sbin/init
  </pre>
</blockquote>
<br>
/sbin/init is slow and bloated. ;-) My first thought.<br>
<br>
</body>
</html>