active questions tagged operating-system - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T14:26:59Z http://stackoverflow.com/feeds/tag/operating-system http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1880111/resources-for-building-operating-systems 0 resources for building operating systems [closed] Moayyad Yaghi 2009-12-10T10:36:01Z 2009-12-10T10:36:01Z <blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="http://stackoverflow.com/questions/254149/how-do-you-write-a-basic-operating-system">How do you write a basic operating system?</a> </p> </blockquote> <p>hello im working on project of building a new operating system in linux. its a completely new thing to me and i need a lot of practice to do it. what are the best books and resources that will help me in my project?? and i don't know where to start from<br> if you know some good books for this task. it will be highly appreciated </p> http://stackoverflow.com/questions/1879758/multithreading-and-multiprocessing 0 multithreading and multiprocessing Lakshmi 2009-12-10T09:22:38Z 2009-12-10T09:35:01Z <p>I am trying to understand basic OS concepts</p> <p>Want to know if my understanding is right multi-processing Example: I invoke A.exe on my machine. I invoke another instance of it again. So there would be two A.exe on the RAM which are called processes and the OS would do multi-processing between them by means of context switching and blah blah</p> <p>Multi-threading Example: A.exe consitutes 2 things say program C and D . Assuming invoking A.exe means running C and D simultaneously. In that case 1. program A would call C and D as thread and span or start them as soon as A.exe is loaded. 2. C and D are threads and when process A.exe is given a chance to execute, only then multi-threading between C and D happens 3. C and D share the same process space alloted for A.</p> <p>Is this correct?</p> http://stackoverflow.com/questions/291985/im-interested-in-creating-an-os-where-should-i-start 5 I'm interested in creating an OS. Where should I start? baash05 2008-11-15T01:52:39Z 2009-12-06T23:15:34Z <p>I'm a handheld programmer (pocket pc mostly) I've been coding in C++ for 10 years. I'd like to build a PPC OS for the OLPC's XO, and I would like know where to get started.</p> <p>Does anyone have a good book I could use?</p> http://stackoverflow.com/questions/1856269/iphone-why-only-one-application-at-a-time 1 iPhone - why only one application at a time Heavy Bytes 2009-12-06T19:10:27Z 2009-12-06T20:40:39Z <p>I tried to find an explanation for this question, but couldn't.</p> <p>I am new to iPhone development and I was wondering why the iPhone cannot allow/run more than one app at a time?</p> <p>I am pretty sure this is a design feature rather than a lack of functionality.</p> <p>Could someone please explain to me in technical/non-technical words why you can't run more than one app at a time in iPhone.</p> <p>Thank you very much.</p> http://stackoverflow.com/questions/1839148/blackberry-location-directory-on-device-to-save-file-from-application 0 BlackBerry - Location/directory on device to save file from application Bohemian 2009-12-03T10:46:21Z 2009-12-05T09:49:14Z <p>My program saves a file on the device during runtime and reads/writes data from it during runtime. Currently it gets saved in the SDCard. I want to know if saving it in device flash memory would be better than removable media. Does device allows us to write something in its internal memory? Suggestions/Ideas? Thanks</p> http://stackoverflow.com/questions/1021216/ruby-gem-loaderror-rubygems-defaults-operatingsystem 2 Ruby gem LoadError - rubygems/defaults/operating_system roddik 2009-06-20T08:22:17Z 2009-12-05T05:34:57Z <p>Hello, I've installed ruby 1.8.6 p368 and gems 1.3.4 as well as required libraries like zlib, ssl or readline on my winxp sp3 box. The problem is, when I now try to use some gem, I get the following error:</p> <pre><code>Exception `LoadError' at D:/ruby/lib/ruby/site_ruby/1.8/rubygems.rb:1112 - no su ch file to load -- rubygems/defaults/operating_system Exception `LoadError' at D:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require. rb:31 - no such file to load -- mysql </code></pre> <p>Seems like it makes sense to start with fixing the missing "rubygems/defaults/operating_system" file. How can I do that? TIA</p> <p>PS: gem env is</p> <pre><code>RubyGems Environment: - RUBYGEMS VERSION: 1.3.4 - RUBY VERSION: 1.8.6 (2009-03-31 patchlevel 368) [i386-mswin32] - INSTALLATION DIRECTORY: D:/ruby/lib/ruby/gems/1.8 - RUBY EXECUTABLE: D:/ruby/bin/ruby.exe - EXECUTABLE DIRECTORY: D:/ruby/bin - RUBYGEMS PLATFORMS: - ruby - x86-mswin32-60 - GEM PATHS: - D:/ruby/lib/ruby/gems/1.8 - C:/Documents and Settings/roddik/.gem/ruby/1.8 - GEM CONFIGURATION: - :update_sources =&gt; true - :verbose =&gt; true - :benchmark =&gt; false - :backtrace =&gt; false - :bulk_threshold =&gt; 1000 - REMOTE SOURCES: - http://gems.rubyforge.org/ </code></pre> http://stackoverflow.com/questions/1850678/why-are-file-handles-such-an-expensive-resource 4 Why are file handles such an expensive resource? dsimcha 2009-12-05T01:02:56Z 2009-12-05T01:24:06Z <p>In holy wars about whether garbage collection is a good thing, people often point out that it doesn't handle things like freeing file handles. Putting this logic in a finalizer is considered a bad thing because the resource then gets freed non-deterministically. However, it seems like an easy solution would be for the OS to just make sure lots and lots of file handles are available so that they are a cheap and plentiful resource and you can afford to waste a few at any given time. Why is this not done in practice?</p> http://stackoverflow.com/questions/1842632/difference-between-monolithic-and-microkernel 0 Difference between monolithic and microkernel srikanthM 2009-12-03T20:19:44Z 2009-12-04T00:20:06Z <p>what is the difference between monolithic and microkernel.</p> http://stackoverflow.com/questions/243585/is-there-a-distro-of-linux-without-gui-what-do-hosting-companies-install 1 Is there a distro of Linux without GUI? What do hosting companies install? sneg 2008-10-28T14:42:46Z 2009-12-03T18:01:39Z <p>I believe OS GUI takes some machine resources and is not really needed for a web server.<br /> What OS do people install to make a Linux-based web server without GUI?</p> http://stackoverflow.com/questions/1377552/how-do-i-calculate-page-table-size 0 How do I calculate page table size? KAR 2009-09-04T06:30:25Z 2009-12-01T05:09:42Z <p>I would like to know how to calculate the size of the page table (in bytes) if there is one entry per page, each entry requires 4 bytes and my page size is 64KB.</p> http://stackoverflow.com/questions/1806585/why-linux-is-called-monolithic-kernel 10 Why linux is called monolithic kernel KernelNewbie 2009-11-27T03:16:22Z 2009-11-29T17:19:39Z <p>I read that Linux is a monolithic kernel. Does monolithic kernel means compiling the linking the complete kernel code into an executable? If Linux is able to support modules, why not break all the subsystems into modules and load them when necessary. In that case, kernel doesn't have to load all modules initially and maintain index of the functions in the module and load them when necessary.</p> http://stackoverflow.com/questions/623776/does-php-have-a-function-to-detect-the-os-its-running-on 0 Does PHP have a function to detect the OS it's running on? Vordreller 2009-03-08T16:05:10Z 2009-11-28T00:35:13Z <p>I wouldn't know under what keyword to look for this in the PHP database, so I'm asking here.</p> <p>Reason I want to know is because of how different Operating Systems handle new lines in textdocuments.</p> <p>I'm using a CSV file in windows but each time I think I add a new line, what really happens is the new line gets pasted to the back of the latest line.</p> <p>Reason is, in windows, a new line is this: <code>\r\n</code> And the CSVHandler.class.php file I'm using only adds <code>\n</code></p> <p>However, in MAC OS X that's the new line, which is different from windows.</p> <p>So I'm looking for this so I can implement a simple <code>if()</code> statement and solve this. Currently I've hardcoded the <code>\r\n</code>, but it should be simpler, no?</p> http://stackoverflow.com/questions/1807328/what-kind-of-kernel-does-ms-windows-have 2 What kind of kernel does MS Windows have? Ramesh 2009-11-27T08:04:22Z 2009-11-27T08:16:29Z <p>I saw a question on Linux Kernel. While reading that I had this doubt. LInk to that post : <a href="http://stackoverflow.com/questions/1806585/why-linux-is-called-monolithic-kernel">http://stackoverflow.com/questions/1806585/why-linux-is-called-monolithic-kernel</a></p> http://stackoverflow.com/questions/1805405/find-vista-language-using-wix 1 Find Vista Language using WIX Nocturnal 2009-11-26T19:51:11Z 2009-11-26T21:32:14Z <p>I am working on an installer which will be installed on multiple versions of XP/Vista with different languages. In the installer, I need to find out the language of the OS installed. I know how to get the OS version by using "<strong>VersionNT</strong>" and/or "<strong>VersionNT64</strong>", is there any similar way to get <strong>OS language</strong> also?</p> <p>I need to add different registry entries and some files depending on language.</p> http://stackoverflow.com/questions/174839/clone-debian-ubuntu-installation 2 Clone Debian/Ubuntu installation boskom 2008-10-06T15:44:28Z 2009-11-25T21:25:11Z <p><strong>Is there an easy way of cloning entire installed debian/ubuntu system?</strong></p> <p>I want to have identical installation in terms of installed packages and as much as possible of settings.</p> <p>I've looked into options of aptitude, apt-get, synaptic but have found nothing. </p> http://stackoverflow.com/questions/1795111/is-there-a-cross-platform-way-to-open-a-file-browser-in-python 3 Is there a cross-platform way to open a file browser in Python? cdleary 2009-11-25T06:56:36Z 2009-11-25T12:51:31Z <p>I'm thinking something along the lines of the <a href="http://docs.python.org/library/webbrowser.html" rel="nofollow">webbrowser</a> module, but for file browsers. In Windows I'd like to open explorer, in GNOME on Linux I want to open nautilus, Konqueror on KDE, etc. I'd prefer not to kludge it up if I can avoid it. ;-)</p> http://stackoverflow.com/questions/1792471/how-much-access-should-an-os-give-to-web-based-scripting 1 How much access should an OS give to web-based scripting? madcolor 2009-11-24T19:46:01Z 2009-11-24T20:06:27Z <p>I've been thinking about the access web-based applications have to an OS. </p> <p>I'm curious:</p> <ol> <li>What is the best way of determining this as it currently stands?</li> <li>Is the trend leaning toward more, or less access?</li> <li>What functionalities should be open/closed?</li> </ol> <p>A simple example would be.. say your g-mail alerted you in the task-bar when an incoming e-mail is received.</p> http://stackoverflow.com/questions/1741933/detect-64-bit-or-32-bit-windows-from-user-agent-or-javascript 2 Detect 64-bit or 32-bit Windows from User Agent or Javascript? user9876 2009-11-16T12:35:49Z 2009-11-24T18:53:29Z <p>I want to offer the right version of a download. The versions I have are:</p> <ul> <li>32-bit Windows</li> <li>64-bit Windows</li> <li>Linux</li> </ul> <p>Detecting Linux using the User Agent field is easy; but is it possible to reliably figure out if Windows is 32-bit or 64-bit?</p> <p>Users might be using weird browsers - IE and Firefox are common, and we probably have an Opera user somewhere; maybe a Chrome user too. I know that 64-bit Windows 7 ships with 32-bit and 64-bit versions of IE, and I'd like to send them both the 64-bit version of my download.</p> <p>(Edited to add: I know that I should provide all the options, and I will. But <a href="http://www.joelonsoftware.com/uibook/chapters/fog0000000062.html" rel="nofollow">people don't read the options</a>. So I wanted to provide the right download by default, to improve usability. Of course, while this is helpful if I get it right, it's extremely unhelpful if I get it wrong. And from the answers so far, it doesn't look like there's a reliable way of doing this).</p> http://stackoverflow.com/questions/1787590/help-me-in-understanding-about-a-research-phase-es-operating-system-by-google 0 Help me in understanding about a research phase ES Operating System by Google? [closed] claws 2009-11-24T03:28:36Z 2009-11-24T06:17:38Z <p>Hello,</p> <p>I was googling about the latest Chrome OS by google and encountered an another old research phase OperatingSystem owned Google, its "<a href="http://en.wikipedia.org/wiki/Es%5F%28operating%5Fsystem%29" rel="nofollow">ECMAScript Operating System</a>" (ES OS) hosted on <a href="http://code.google.com/p/es-operating-system/" rel="nofollow">GoogleCode</a>.</p> <p>I read quite a few things to understand. I didn't understand:</p> <ol> <li>It is same a micro kernel but it just changes web browser from application to a component in the kernel, (in other words, implements all components of browser like ecmascript interpreter, html rendering engine etc.. inside the kernel as component) right?</li> <li>Isn't this very similar to CHROME OS? Whats the difference between two?</li> <li>Whats up with all the IDL stuff?</li> <li>Anything important I'm missing here? or misunderstanding anything?</li> </ol> <p>I don't know why but I'm still confused about what it is and it purpose.</p> <p>Kernel design:</p> <p><img src="http://es-operating-system.googlecode.com/svn/html/XV%5FSemana%5FInformatica/esjs.png" alt="alt text"></p> <p>If any one wants to understand what it is? Just go through the following stuff (summary):</p> <p>As you can see wiki doesn't say anything about what it is. But it just mentions the ADDITIONAL componenets included:</p> <blockquote> <p>Additional components include 1. an ECMAScript interpreter 2. a cairo-based graphics renderer 3. a port of Squeak.</p> </blockquote> <p>The Homepage says:</p> <blockquote> <p>ES is an ECMAScript friendly, "<em>extensible pure component operating system</em>". </p> </blockquote> <p>This ( <a href="http://www.gamasutra.com/php-bin/news%5Findex.php?story=16503" rel="nofollow">Inside Nintendo's ES Open-Source Operating System</a>) article says</p> <blockquote> <p>The working theory of ES Operating System seems to be that this OS might be the early stages of something similar to <strong>Microsoft's XNA</strong> -- basically a sandbox environment which offers hardware acceleration and a userland based on some form of VM execution, ECMAscript in this instance. Although the current build is against X86, it could be ported over to PPC to run on the Wii, for instance.</p> </blockquote> <p>The original authors research paper for this kernel design says:</p> <blockquote> <p>"We propose an <em>extensible component</em> <em>operating system</em> architecture in which an operating system kernel uses reflection to process C++ pure virtual function based system calls and upcalls to provide a unified programming environment for application, server, and kernel development. We found that we could even develop file subsystems and a TCP/IP protocol stack on an existing operating system based on this architecture."</p> </blockquote> <p><a href="http://code.google.com/p/es-operating-system/wiki/Kernel" rel="nofollow">The design of the ES pure component kernel</a></p> <blockquote> <p><em>The ES kernel has some resemblances to</em> <strong>Sun's CORBA-based Spring microkernel</strong> [Hamilton], and <strong>Microsoft's COM-based MMLite and Rialto kernels</strong> [Draves]. The ES kernel only handles object APIs defined in IDL like Railto, and it allows exchanging object pointers (or interface pointers in COM terminology) among user processes. Each interface pointer acts like an capability associated with a specific object interface. However, unlike those older microkernels, the ES kernel is fully written in C++ in more portable manner following the recent standardization effort of the C++ programing language and the C++ ABI. For example, a C++ language exception with an integer error code triggered in a server process is correctly reported back to the callee in the client process as an ordinary C++ exception in ES.</p> <p>Unlike most other microkernels, a message passing is not a primitive operation in the ES kernel; RPC stubs are not used at all. Instead, the ES kernel collects the metadata of the interface definitions generated by the IDL compiler inside the kernel. Remote object calls are immediately intercepted by the kernel. Then the ES kernel processes them at the meta-level and invokes the appropriate target object's method. For local RPC, the ES kernel uses a similar approach to the Spring's shuttle model, in which the calling thread directly moves to the server address space and makes an upcall to the server object. The extensibility of the ES kernel is assured by allowing the dynamic installation of the new interface metadata into the kernel. The object calls are the the first-class operations in the ES operating system.</p> <p>Using IDL occasionally discouraged the developers due to its potentially cumbersome, extra procedures particularly while Microsoft tried to widely spread COM to their developers. But today, even though there are several deficiencies, the most important APIs for web applications have already been defined in OMG IDL in the DOM, HTML5 and other specifications. In ES, developers no longer have to link each RPC stub to their applications, the overall development cycle has been further simplified. <img src="http://es-operating-system.googlecode.com/svn/html/XV%5FSemana%5FInformatica/esjs.png" alt="alt text"></p> </blockquote> http://stackoverflow.com/questions/848158/how-to-transform-win2k3-into-a-workstation-developement-os 1 How to transform Win2K3 into a Workstation Developement OS ? Bogdan M 2009-05-11T13:44:12Z 2009-11-23T19:52:17Z <p>Hello guys, </p> <p>Here is a question not directly related to programming. </p> <p>Being fed up with Microsoft Windows XP Professional, and the lots of eye-candy, I want to try Microsoft Windows Server 2003 as the main OS on my development PC. (The other reason is a better version of IIS than 5.1). And knowing that Win2K3 was originally designed as a Server OS, I think that I should make it somehow more "workstation friendly". </p> <p>My question is: How do I transform Win2K3 (Standard Edition most probably) into a Workstation OS? Any articles or links are highly appreciated. </p> <p>PS: My development PC must run mainly MS Visual Studio 2008, MS SQL Server 2008, MS Expression Studio 2, different Oracle software (10gR2, ExpressEdition, 11g) and other little utilities (a testing framework, a subversion tool - TFS, a web browser, a bittorrent client, etc). All of this are compatible with Win2K3, as I previously checked. </p> <p>Tnks</p> http://stackoverflow.com/questions/263926/barest-bare-boned-operating-system-possible 8 Barest Bare Boned Operating System Possible 108 2008-11-04T23:54:37Z 2009-11-23T14:28:53Z <p>What are some tiny open source operating systems? I'm looking for something several orders of magnitude smaller than Puppy Linux, Feather Linux, DSL, etc. I want to run a command-line text editor and compiler; anything else is extraneous. I'm looking for a system I can take apart and acquire a fairly good understanding of the whole thing in a reasonable period of time. Bonus points for something that is portable and well-documented.</p> http://stackoverflow.com/questions/1781415/difference-between-interrupt-and-event 1 Difference between interrupt and event. srikanth rongali 2009-11-23T06:23:11Z 2009-11-23T08:05:12Z <p>What is the difference between interrupt and an event ? I am very confused between this two. Please clarify me.</p> http://stackoverflow.com/questions/1746740/when-process-exit-will-the-memory-thats-left-undeleted-be-returned-to-os 1 When process exit, will the memory that's left undeleted be returned to OS? Benny 2009-11-17T05:13:57Z 2009-11-23T03:56:41Z <p>I am wondering if i new some object but forget to delete it, when the process exit, will the leaked memory be returned to the OS?</p> http://stackoverflow.com/questions/829987/contigious-pages-physical-memory-in-java 0 Contigious Pages/Physical Memory in Java e5 2009-05-06T14:48:54Z 2009-11-22T07:38:42Z <p>My goal is to ensure that an array allocated in java is allocated across contiguous physical memory. The issue that I've run into is that the pages an array is allocated across tend not to be contiguous in physical memory, unless I allocate a really large array.</p> <p>My questions are:</p> <ul> <li>Why does a really large array ensure pages which are contiguous in physical memory?</li> <li>Is there any way to ensure an array is allocated across physical memory, that doesn't involve making the array really large?</li> <li>How can I tell what page or physical address a Java object/array exists in, without measuring cache hits/cache misses?</li> </ul> <p>I'm not looking for answers asking why I am doing this in java. I understand that C would "solve my problem", and that I'm going against the fundamental nature of java. Never-the-less I have a good reason for doing this.</p> <p>The answers need not be guaranteed to work all the time. I am looking for answers that work most of the time. Extra points for creative, out-of-the-box answers that no reasonable Java programmer would ever write. It's OK to be platform specific(x86 32-bit 64-bit). </p> http://stackoverflow.com/questions/491613/return-from-interrupts-in-x86 3 Return from interrupts in x86 João da Silva 2009-01-29T13:38:23Z 2009-11-21T19:11:11Z <p>I have loaded an idt table with 256 entries, all pointing to similar handlers:</p> <ul> <li>for exceptions 8 and 10-14, push the exception number (these exceptions push an error code automatically)</li> <li>for the others, push a "dummy" error code and the exception number;</li> <li>then jump to a common handler</li> </ul> <p>So when the common handler enters, the stack is properly aligned and contains the exception/interrupt number, error code (which may just be a dummy), eflags, cs and eip.</p> <p>My question regards returning from the interrupt handler. I use <code>iret</code> to return after taking out the exception number and the error code from the stack, but this doesn't work for exception nr 8; if I leave the error code on the stack, then it returns fine!</p> <p>Questions:</p> <ul> <li>do I have to leave the error code on the stack for exceptions that put the error code there? If so, how does <code>iret</code> determine whether it has to pop an error code or not?</li> <li>as soon as I enable interrupts I always get exception 8 (double fault), but then everything runs fine (I'm developing a hobby OS). Is this normal behavior or do I have a bug somewhere?</li> </ul> http://stackoverflow.com/questions/1713207/what-are-some-of-the-major-pro-con-of-freebsd-vs-gnu-linux-vs-opensolaris 0 What are some of the major pro/con of FreeBSD vs GNU Linux vs OpenSolaris? Timk 2009-11-11T05:22:36Z 2009-11-21T13:47:58Z <p>What are some of the major pro/con of FreeBSD vs GNU Linux vs OpenSolaris?</p> <p>Which is the best operating system to program/develop against?</p> http://stackoverflow.com/questions/1722687/can-i-execute-any-c-made-prog-without-any-os-platform 3 Can i execute any c made prog without any os platform??? piemesons 2009-11-12T14:46:09Z 2009-11-20T14:31:34Z <p>i googled about it and some where i read ....</p> <p><strong><em>Yes, you can. That is happening in the case of embedded systems</em></strong></p> <p>As per i think, NO, its not possible. Any platform must have an operating system. Or else, your program must itself be an OS. Either soft or hard-wired. Without an operating system your component wouldn't work.</p> <p>Am i right or can anybody explain me the answer.( I dont have any idea abt embedded systems...)</p> http://stackoverflow.com/questions/1763276/difference-between-com-dll-activex-control 0 Difference between COM DLL & ActiveX control AKN 2009-11-19T13:24:58Z 2009-11-20T08:45:16Z <p>Few similarities I know..</p> <ul> <li><p>Both cannot execute by themself. It needs some program to instantiate it.</p></li> <li><p>COM DLL &amp; ActiveX controls are platform independant.. (Is it so..?)</p></li> <li><p>Both requires to support the interface IUnknown &amp; exposes three methods QueryInterface, AddRef, and Release</p></li> <li><p>It also requires be registered before using &amp; un-registered after done with it.</p></li> </ul> <p>But how are they different..? Can someone please list it down..!</p> <p>Also my understanding is ActiveX controls are OLE custom controls (OCX).. I have heard of terms like activex dlls.. Is it one other form of ActiveX control.. or different..?</p> http://stackoverflow.com/questions/1767515/good-book-teaching-os-using-linux 0 Good book teaching OS using Linux Hayato 2009-11-20T00:09:52Z 2009-11-20T00:33:41Z <p>I am preparing for some interviews and I would like to review OS concepts. I have found <a href="http://rads.stackoverflow.com/amzn/click/0333947452" rel="nofollow">this</a> so far. I dont want a Linux kernel in a nutshell or administration or programming, but a book that goes over operating systems using Linux as the primary template. Do you all have any good suggestions? Thanks!</p> http://stackoverflow.com/questions/1762904/what-will-happen-if-a-application-is-large-enough-to-be-loaded-into-the-available 0 What will happen if a application is large enough to be loaded into the available RAM memory? AKN 2009-11-19T12:19:35Z 2009-11-19T23:48:55Z <p>There is chance were a heavy weight application that needs to be launched in a low configuration system.. (Especially when the system has too less memory) Also when we have already opened lot of application in the system &amp; we keep on trying opening new new application what would happen?</p> <p>I have only seen applications taking time to process or hangs up for sometime when I try operating with it in low config. system with low memory and old processors.. How it is able to accomodate many applications when the memory is low..? (like 128 MB or lesser..) Does it involves any paging or something else..?</p> <p>Can someone please let me know the theory behind this..!</p>