Re: [9fans] Plan 9 won't boot on Xen 8.0

2019-07-08 Thread Alexander Sychev
Hi, Xen now looks for a section with name '__xen_guest' starting from a second section. A simple workaround is to make two '__xen_guest' sections (with a small patch of xenelf.c): diff -r xen/mkfile xen2/mkfile 105c107,108 < ./xenelf.$cputype $target.elf $target __xen_guest ''$XENELF'' ---

Re: [9fans] Git/fs: Possibly Usable

2019-07-08 Thread Ori Bernstein
On Mon, 1 Apr 2019 21:41:09 -0700 o...@eigenstate.org wrote: > It was mentioned on this list a short while ago. Now, it's > more or less at the point where it works for me. Expect > many bugs and problems, and many more missing tools, but > "the rest is just scripting". An update: I'm now using t