←back to thread

Ubuntu on Windows

(blog.dustinkirkland.com)
2049 points bpierre | 1 comments | | HN request time: 0.328s | source
Show context
beagle3 ◴[] No.11392097[source]
Can someone explain how is an "NT subsystem" or "NT personality" (which the linux ABI is supposedly an example of) different than any other library?

Answers I've received before is "it can call the native API", but any program can call the native API. So, what's in a subsystem?

replies(2): >>11393565 #>>11394391 #
1. davesque ◴[] No.11394391[source]
Maybe they also had to add ELF binary loading capabilities to the Windows kernel in addition to a system call translation layer.