Tagged Questions

4
votes
6answers
510 views

I’m interested in creating an OS. Where should I start?

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. Does anyone have a good …
0
votes
3answers
196 views

How do I calculate page table size?

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.
10
votes
5answers
402 views

Why linux is called monolithic kernel

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 …
0
votes
8answers
617 views

Does PHP have a function to detect the OS it’s running on?

I wouldn't know under what keyword to look for this in the PHP database, so I'm asking here. Reason I want to know is because of how different Operating Systems handle new lines in textdocuments. …
2
votes
2answers
91 views

What kind of kernel does MS Windows have?

I saw a question on Linux Kernel. While reading that I had this doubt. LInk to that post : http://stackoverflow.com/questions/1806585/why-linux-is-called-monolithic-kernel
1
vote
1answer
14 views

Find Vista Language using WIX

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 …
2
votes
8answers
1k views

Clone Debian/Ubuntu installation

Is there an easy way of cloning entire installed debian/ubuntu system? I want to have identical installation in terms of installed packages and as much as possible of settings. I've looked into …
3
votes
4answers
109 views

Is there a cross-platform way to open a file browser in Python?

I'm thinking something along the lines of the webbrowser 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 …
1
vote
2answers
26 views

How much access should an OS give to web-based scripting?

I've been thinking about the access web-based applications have to an OS. I'm curious: What is the best way of determining this as it currently stands? Is the trend leaning toward more, or less …
2
votes
3answers
186 views

Detect 64-bit or 32-bit Windows from User Agent or Javascript?

I want to offer the right version of a download. The versions I have are: 32-bit Windows 64-bit Windows Linux Detecting Linux using the User Agent field is easy; but is it possible to reliably …
0
votes
0answers
26 views

Help me in understanding about a research phase ES Operating System by Google? [closed]

Hello, I was googling about the latest Chrome OS by google and encountered an another old research phase OperatingSystem owned Google, its "ECMAScript Operating System" (ES OS) hosted on GoogleCode. …
1
vote
4answers
153 views

How to transform Win2K3 into a Workstation Developement OS ?

Hello guys, Here is a question not directly related to programming. Being fed up with Microsoft Windows XP Professional, and the lots of eye-candy, I want to try Microsoft Windows Server 2003 as …
8
votes
16answers
646 views

Barest Bare Boned Operating System Possible

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 …
1
vote
2answers
68 views

Difference between interrupt and event.

What is the difference between interrupt and an event ? I am very confused between this two. Please clarify me.
1
vote
2answers
73 views

When process exit, will the memory that’s left undeleted be returned to OS?

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?

1 2 3 4 5 29 next
15 30 50 per page