Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Yury Chumak
In some cases, you can place the code of your project on a Linux machine, then mount the directory containing it from 9front (nfs, 9p .. whatever is more convenient for you). Then, to build, go there (at 9front side): % cd /n/ext_linux_server/my_src/ % mk So you may work with the code at Linux

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Skip Tavakkolian
In case you're looking for this: take a look at djc's disk script that (in Plan 9) generates a Plan 9 image that can run on GCE: http://9legacy.org/9legacy/doc/gce/disk you might be able to find some useful information to build your own custom QEMU image. On Thu, Jun 15, 2023 at 8:53 AM wrote:

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread ori
Quoth dusan3...@gmail.com: > I find the system interesting, but I don't seem to be really productive with > it. I mean i just started using it (as you have already figured out) and I am > struggling a bit but it seems a lot of fun. it's worth taking some time to learn, rather than giving up at

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread dusan3sic
I find the system interesting, but I don't seem to be really productive with it. I mean i just started using it (as you have already figured out) and I am struggling a bit but it seems a lot of fun. -- 9fans: 9fans Permalink:

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Kurt H Maier via 9fans
On Thu, Jun 15, 2023 at 01:46:17PM -0400, dusan3...@gmail.com wrote: > Research Researching what? "The effects of using build systems I don't like: an empirical approach" khm -- 9fans: 9fans Permalink:

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Jacob Moody
On 6/15/23 12:46, dusan3...@gmail.com wrote: > Research Research of what exactly? You've already seemingly written off the interface. To quote utah2000: "New employees in our lab now bring their world with them, or expect it to be there when they arrive. That's reasonable, but there was a time

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread dusan3sic
Research -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T5b2523de4ef223e9-Mb1f35294968303174a692e40 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread phil9
"i don't find the environment nice at all on 9front"...then why use the system at all ? On Thu, Jun 15, 2023 at 7:32 PM wrote: > > Quoth dusan3...@gmail.com: > > How do I export the files from Linux to qemu? > > use drawterm to log in, mount/bind from /mnt/term, > or use sshfs or 9pfs or nfs or

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread ori
Quoth dusan3...@gmail.com: > How do I export the files from Linux to qemu? use drawterm to log in, mount/bind from /mnt/term, or use sshfs or 9pfs or nfs or smfs or ftpfs or one of the other remote file systems to mount the remote files. -- 9fans: 9fans

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread ori
Quoth dusan3...@gmail.com: > I run 9front with QEMU and i want to make some changes to it from source and > than build it and run it on qemu. How do I build it on linux with no mk? you don't. -- 9fans: 9fans Permalink:

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread unobe
Quoth dusan3...@gmail.com: > How do I export the files from Linux to qemu? "the files"--what files are you talking about? Anything on your Linux host can be "exported" via drawterm. -- 9fans: 9fans Permalink:

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread dusan3sic
How do I export the files from Linux to qemu? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T5b2523de4ef223e9-M9a23448522437f9ec0dabbb3 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Matt Wilbur
It’s not possible to build but you could edit on Linux and build on your qemu machine On Thu, Jun 15, 2023 at 1:01 PM wrote: > Well i wanted to do things on Linux since i don't find the environment > nice at all on 9front and would want to make my life easier by doing it on > Linux. Turns out

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread unobe
Quoth dusan3...@gmail.com: > Well i wanted to do things on Linux since i don't find the environment nice > at all on 9front and would want to make my life easier by doing it on Linux. > Turns out not. You could download drawterm (and even use the -G option) to get a simple command line using

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread dusan3sic
Well i wanted to do things on Linux since i don't find the environment nice at all on 9front and would want to make my life easier by doing it on Linux. Turns out not. -- 9fans: 9fans Permalink:

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Matt Wilbur
 On Thu, Jun 15, 2023 at 12:00 PM Arne Meyer wrote: > You don't > > schrieb am Do., 15. Juni 2023, 18:53: > >> I run 9front with QEMU and i want to make some changes to it from source >> and than build it and run it on qemu. How do I build it on linux with no mk? >> > *9fans

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread unobe
Quoth dusan3...@gmail.com: > I run 9front with QEMU and i want to make some changes to it from source and > than build it and run it on qemu. How do I build it on linux with no mk? Why build it on linux? What's your motiviation for building an entire OS using the linux toolchain? If you posted

Re: [9fans] How do I build from source on linux?

2023-06-15 Thread Arne Meyer
You don't schrieb am Do., 15. Juni 2023, 18:53: > I run 9front with QEMU and i want to make some changes to it from source > and than build it and run it on qemu. How do I build it on linux with no mk? > *9fans * / 9fans / see discussions >

[9fans] How do I build from source on linux?

2023-06-15 Thread dusan3sic
I run 9front with QEMU and i want to make some changes to it from source and than build it and run it on qemu. How do I build it on linux with no mk? -- 9fans: 9fans Permalink: