[bikeshed] Re: Crazy ELF loader idea

Don't worry about the user land processes actually starting, just do a
bunch of debug statements to serial out so we know it's being read
correctly. We still have a good amount of work to move user processes out
of kernel land, but this will make the process much easier

On Tue, May 1, 2012 at 6:53 PM, WALTER LITWINCZYK (RIT Student) <
wtl4112@xxxxxxx> wrote:

> Yeah, if you're willing to write it, go for it!
>
>
> On Tue, May 1, 2012 at 6:48 PM, Christopher Hossenlopp <
> chris@xxxxxxxxxxxxxxxxxxx> wrote:
>
>> Hey guys,
>>
>> I had this idea for how we could start working on an ELF loader…. use the
>> serial in. So when we run in qemu with the serial being stdio we just pipe
>> in the program. Then we can just read in the serial input to get our ELF
>> file.  Then once we get our file system working we'll already have the elf
>> loader working and then can have all sorts of fun. Do you guys think this
>> would work?
>>
>> -Chris
>>
>
>

Other related posts: