![]() |
|
|
#1 |
|
"Marv"
May 2009
near the Tannhäuser Gate
5×131 Posts |
It's NOT exactly Linux and Windows 10 running together, but enough of Linux to make developing & compiling programs on one machine a real possibility! Think of it as MinGW or Cygwin built into Windows 10. Linux compilers, bash shell, languages, and utilities only a mouse click away. It could help maintaining a code base for multiple systems easier.
Unfortunately, I suspect Cuda testing would not be possible because of driver issues, but at least you might be able to do the compiles. I have a Microsoft Surface running Win 10 I don't use much and will try to get the preview going over the next week or so as time permits. Instructions and info:http://www.zdnet.com/article/ubuntu-...on-windows-10/ |
|
|
|
|
|
#2 |
|
Dec 2005
23 Posts |
I installed it last night and took a quick look. It think it will be very useful to develop code that runs on both platforms. For developers, the most significant difference is that it uses the *nix convention that a C language "long" is 64-bits in length.
And if you install an X windows server in Windows 10, you can actually run some GUI applications.... |
|
|
|
|
|
#3 |
|
Sep 2002
Database er0rr
5·751 Posts |
|
|
|
|
|
|
#4 |
|
"/X\(‘-‘)/X\"
Jan 2013
2×5×293 Posts |
Not quite.
Basically, what MS has done is an implementation of the Linux API -- the kernel calls accessible from user space. It doesn't include access to the hardware which Xorg needs. You could, however, run a virtual frame buffer using the vncserver command, and then run a Windows VNC client to connect to it. |
|
|
|
|
|
#5 |
|
Bamboozled!
"𒉺𒌌𒇷𒆷𒀭"
May 2003
Down not across
47×229 Posts |
|
|
|
|
|
|
#6 | |
|
Dec 2005
23 Posts |
Quote:
Many other applications are available. I've installed, but not yet tested, gmp-ecm and pari-gp. I'll test Primo later. casevh |
|
|
|
|
|
|
#7 |
|
Dec 2014
3×5×17 Posts |
The file-system is still case insensitive. So code may compile with gcc
under the Linux subsystem of Windows but then not compile on native Linux. |
|
|
|
|
|
#8 |
|
If I May
"Chris Halsall"
Sep 2002
Barbados
230238 Posts |
|
|
|
|
|
|
#9 | |
|
Dec 2014
3·5·17 Posts |
The current release is a Beta. The official is due this summer. Maybe it will be fixed by then.
Quote:
|
|
|
|
|
|
|
#10 |
|
Undefined
"The unspeakable one"
Jun 2006
My evil lair
3×19×109 Posts |
So how does the case insensitive file selector work for two files named the same but only differ in case?
|
|
|
|
|
|
#11 | |
|
Dec 2005
23 Posts |
Quote:
echo "a" > a echo "A" > A created two separate files. The file named a contained the letter a. The file named A contained the letter A. From the Windows command prompt, the commands: echo a > a echo A > A created a single file. The resulting file was named a and contained the letter A. At least with this test, it does appear that the Linux subsystem is case-sensitive. I don't know if this is a sufficient test. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Bash on Ubuntu on Windows | henryzz | Software | 11 | 2017-07-28 21:24 |
| Windows 7 / Ubuntu dual boot system? | Andi47 | Linux | 35 | 2012-05-28 11:05 |
| Windows update and end of life support | ixfd64 | Lounge | 2 | 2011-01-10 22:30 |
| Windows 7 support | Octopuss | Software | 2 | 2009-10-22 00:23 |
| Debian developer needed... | Xyzzy | Linux | 5 | 2006-06-01 14:56 |