Linked by Thom Holwerda on Tue 23rd Sep 2008 15:38 UTC
Google "Since its release a few weeks ago, curious developers have been sniffing through the source code for Google's new Chrome web browser. Chrome's source is interesting for a variety of reasons: there's the new V8 JavaScript virtual machine with its boasts of near-native code performance, the WebKit rendering engine that does all the hard work of understanding and displaying web pages, and (last but not least), Chrome's secure sandbox designed to minimize the impact of any security flaws that might exist in both the browser and plugins alike. It is this secure sandbox that has piqued the curiosity of some observers, and for a reason that many may find surprising. From reading the source, it looks as though Google has reverse-engineered Windows, and that's explicitly prohibited by the Windows EULA."
Permalink for comment 331205
To read all comments associated with this story, please click here.
RE[4]: Let the OS wars Begin!
by renhoek on Tue 23rd Sep 2008 23:01 UTC in reply to "RE[3]: Let the OS wars Begin!"
renhoek
Member since:
2007-04-29

The user space API of the kernel is sacred, and programs written for 1.0 will still run against the 2.6.27 kernel.


uhm, no sorry. linux (kernel wise) is not backwards compatible in any way. the kernel interface even changes between minor versions. this does not really matter since all drivers are included in the kernel anyway.

libc/gtk/qt/x11 and stuff like that are quite stable and properly versioned.

but more on topic. the first time i experienced windows undocumented calls was with emm, somehow windows was able to take over emm but i was not. sucks to be the one left out.

Reply Parent Bookmark Score: 0