79
votes
21answers
20k views
How to get started in operating system development
One thing I've always wanted to do is develop my very own operating system (not necessarily fancy like Linux or Windows, but better than a simple boot loader which I've already done).
I'm having a …
26
votes
19answers
1k views
How can I build a small operating system on an old desktop computer?
This might be in vain, as I know writing an operating system is unbearably complicated (especially by oneself).
I don't expect to build the next linux, or windows.
I know it will be horrible, and …
22
votes
22answers
2k views
How are Operating Systems “Made”?
Creating an OS seems like a massive project. How would anyone even get started?
For example, when I pop Ubuntu into my drive, how can my computer just run it?
(This, I guess, is what I'd really …
22
votes
7answers
1k views
Locking Executing Files: Windows does, Linux doesn’t. Why?
I noticed when a file is executed on Windows (.exe or .dll), it is locked and cannot be deleted, moved or modified.
Linux, on the other hand, does not lock executing files and you can delete, move, …
18
votes
13answers
1k views
OS Development
I want to make my own operating system for the X86 architecture.
What would be the best language to use? (Along with assem of course)
What would the best compiler for the language be on a windows …
17
votes
16answers
1k views
Building a new operating system
I am toying with the idea of creating an completely new operating system and would like to hear what everyone on this forums take is on that? First is it too late are the big boys so entrenched in …
16
votes
20answers
1k views
Best Filemanager for Developer
Developers have high demands, so i think many of us are unsatisfied with the average filemanager shipped with the operating system, hence my question:
What is the Filemanager of your choice, and why …
14
votes
15answers
2k views
How do you write a basic operating system?
Hi, Let me know how I can create a basic operating system.
What books do you recommend?
13
votes
17answers
1k views
Vista or XP for Dev Machine
I am about to get a new PC from work, and it will include the option to have either Vista Business as the OS, or a downgrade to XP Pro. Aside from a tiny bit of testing, I have never used Vista, but …
12
votes
6answers
2k views
Windows CE vs Embedded Linux
Now I'm sure we're all well aware of the relative merits of Linux vs Windows Desktop. However I've heard much less about the world of embedded development. I'm mainly interested in solutions for …
11
votes
22answers
2k views
Ubuntu Linux, what programming languages should I learn?
I am a windows OS users for couple of years. I want to try Ubuntu Linux. I have couple of questions I would like to ask here:
Is Linux a good OS for learning programming languages?
What programming …
11
votes
4answers
418 views
Is there build farm for checking open source apps against different OS’es?
I have an Open Source app and I have it working on Windows, Linux and Macintosh ( it's in C++ and built with gcc ). I've only tested it on a few different flavors of Linux so I don't know if it …
11
votes
13answers
976 views
How do you choose a Linux/Unix/BSD distribution?
I am attempting to choose a Linux, Unix, and/or BSD distribution for development purposes. I want to be able to do things like write shell scripts, develop C, C++, Java, Ruby, Python, etc. apps in a …
10
votes
5answers
316 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 …
9
votes
24answers
602 views
Which language would you use in your OS?
This is probably more of a subjective question, but which language (not API like .NET or JDK) would you use should you write your own operating system? Which language provides flexibility, simplicity, …
