Tagged Questions

3
votes
2answers
376 views

Return from interrupts in x86

I have loaded an idt table with 256 entries, all pointing to similar handlers: for exceptions 8 and 10-14, push the exception number (these exceptions push an error code automati …
5
votes
9answers
821 views

What is a good barebones linux distro for beginner kernel development?

In my Operating Systems class we are looking to modify a Linux kernel with some simple system calls of our own in C. What would be a good distro suited for this purpose? We don't …
1
vote
3answers
217 views

How To Build a Operating System With C#

Hello, I was reading about Singularity and it was developed in part with C#, but how can I develop a operatin system in part with C#?(because the boot loader needs to be in Assemb …
5
votes
4answers
155 views

Loading kernel from assembly (NASM)

I've been stuck with this for weeks now and have no idea where I'm going wrong because NASM hasn't given me any errors. The code is pretty self explanatory because of the comments. …
4
votes
8answers
556 views

Roadblocks in creating a custom operating system

It seems to me that the most common overly ambitious project that programmers (esp. Comp. Sci. grads) try to tackle is building your own operating system. (Trying to create your ow …
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 …
78
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 don …
1
vote
7answers
159 views

Develop & run an operating system on a laptop computer ?

Hi everybody, I was thinking about starting to write my own OS, but it seems that most of the time you start by putting the bootloader & OS on a floppy disk. Problem : my lapto …
9
votes
12answers
517 views

For kernel/OS is C still it

I like operating systems and would eventually like to become a OS developer mostly working on kernels. In the future will C still be the language of choice and what else should I …
1
vote
1answer
37 views

What does it take to write a virtualization host?

I'm not planning on doing this right now, as I don't have the experience in this area to even attempt it at the moment, but I'm curious about something. If implementing an operat …
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?
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 …
2
votes
7answers
119 views

books that guide you to knowing the underlying system better

I'm an undergraduate on CS for one year,have learned some programming languages, C, python, etc. I know a bit of TCP/IP protocol stack, and have been using linux for half a year. …
2
votes
2answers
314 views

Setting up IRQ mapping

I'm following several tutorials and references trying to get my kernel set up, and I've come across voodoo code in a tutorial that isn't explained at all. Its code that I'm told ma …
2
votes
2answers
744 views

Kernel Memory Management - Page Handling Design

I'm working on kernel design, and I've got some questions concerning paging. The basic idea that I have so far is this: Each program gets its own (or so it thinks) 4G of memory, m …

1 2 next
15 30 50 per page