Leonardo Sampaio Cardoso writes:
> 
> 
>         Hi guys! I am taking the microprocessors class at the
> university. My professor wants us to build a small system using the
> 8086. I thought it would be real cool to get elks running on this
> system. My question: Is it possible to get elks to fit in 64Kb of rom
> and run in 64Kb rof ram? If it is, how can I get it done?
> 
> Bye the way, anyone knows any links to 8086 projects?
> 

You could almost certainly get something based on the ELKS code running on
this type of system, but there would be quite alot of work involved. You
would have to hack the kernel to remove the filesystem code, which would be
no use on a machine without storage, and then replace the code which opens
up the init process with a kernel thread that does whatever you want the
board to do. What is the scope of this project, how long have you got,
and what other hardware will the system include?

Al

Reply via email to