Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread saif . resun
uh inferno's 8c compiles .exe file? -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/T4d77cc95ab4ed70c-M3f3b47b1f09745ffc88175bf Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] problem with installing plan9 from USB disk image

2021-03-28 Thread Lucio De Re
On 3/26/21, Charles Forsyth wrote: > That reminds me that this > https://retrage.github.io/2020/08/01/9pfspkg-en.html looked quite > interesting but I haven't had a chance to try it yet. > I have followed the instructions and with a little help (I filed an issue and I got a prompt, helpful

Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread ron minnich
Nxm built kencen toolchain on Linux. https://github.com/rminnich/NxM We could build all of plan9 on Linux. You might be able to start there and produce .Exe's. Not tested for quite some time now. Derived from nix. On Sun, Mar 28, 2021, 6:17 AM wrote: > uh inferno's 8c compiles .exe file? >

Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread Paul Lalonde
You're now asking a question of ABI (application binary interface) more than of the compiler. The ABI is the hard part - what the calling conventions are, linkage and executable formats, etc, which vary significantly from system to system. You may find a way to compile the compiler so it runs in

Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread Ethan Gardener
On Sun, Mar 28, 2021, at 2:16 PM, saif.re...@outlook.com wrote: > uh inferno's 8c compiles .exe file? no, 8c doesn't produce any executables, it leaves that to the linker, 8l. by default, 8l produces plan 9 executables, but the -H option can produce some other

Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread Ethan Gardener
On Sun, Mar 28, 2021, at 10:21 AM, Sean Hinchee wrote: > Inferno 8c should work fine on Win10 :) it runs and produces output. :) i didn't check if the output works; wasn't even sure how to produce a testable binary as it couldn't even find u.h. -- 9fans:

Re: [9fans] How to use USB in Plan9?

2021-03-28 Thread Richard Miller
> I'm new to plan9 and don't know Yes, all of us have been at that stage originally. The way to progress is by reading ... man pages, contents of /sys/doc, and if you really want to understand things well, the source code. lookman is a useful command to suggest which man pages might be

Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread Richard Miller
> I want to use Plan9 compiler (8c) on my windows 10 system. Not possible except by running Plan 9 on a virtual machine. You can, however, use the inferno version of 8c on some windows platforms. I don't know if windows 10 is one of them. -- 9fans: 9fans

Re: [9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread Sean Hinchee
Inferno 8c should work fine on Win10 :) Cheers, Sean On Sunday, March 28, 2021, Richard Miller <9f...@hamnavoe.com> wrote: > > I want to use Plan9 compiler (8c) on my windows 10 system. > > Not possible except by running Plan 9 on a virtual machine. > > You can, however, use the inferno

Re: [9fans] problem with installing plan9 from USB disk image

2021-03-28 Thread sirjofri
28.03.2021 00:14:51 Ethan Gardener : On Fri, Mar 26, 2021, at 4:27 PM, Wes Kussmaul wrote: On 3/26/21 12:18 PM, Kurt H Maier wrote: On Fri, Mar 26, 2021 at 09:20:44AM -0400, Wes Kussmaul wrote: The replacement of legacy BIOS with UEFI had two consequences:   1. Dual booting is not

[9fans] Can compile Plan9 C compiler for windows10?

2021-03-28 Thread saif . resun
hello there! I want to use Plan9 compiler (8c) on my windows 10 system. How can I compile the source code of 8c for windows 10 in plan9 system? can someone help me? -- 9fans: 9fans Permalink:

[9fans] How to use USB in Plan9?

2021-03-28 Thread saif . resun
hello there! I'm new to plan9 and don't know how to manage USB in Plan9. Can someone please tell me how can I access USB drives in Plan9? Thanks. -- 9fans: 9fans Permalink: