What is your favorite part about osdev?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
obiwac
Member
Member
Posts: 149
Joined: Fri Jan 27, 2017 12:15 pm
Libera.chat IRC: obiwac
Location: Belgium

What is your favorite part about osdev?

Post by obiwac »

The title says it all.
Personally, its writing drivers and making a gui.
User avatar
lkurusa
Member
Member
Posts: 42
Joined: Wed Aug 08, 2012 6:39 am
Libera.chat IRC: Levex
Location: New York, NY
Contact:

Re: What is your favorite part about osdev?

Post by lkurusa »

My personal favorite part is how much it can teach someone.
Cheers,

Lev
Ankeraout
Member
Member
Posts: 25
Joined: Tue Feb 28, 2017 10:22 am

Re: What is your favorite part about osdev?

Post by Ankeraout »

For me it's doing low-level things such as implementing my own interrupt handlers, CPU structures etc... That we do not touch when we are just programming a simple application on an OS.
onlyonemac
Member
Member
Posts: 1146
Joined: Sat Mar 01, 2014 2:59 pm

Re: What is your favorite part about osdev?

Post by onlyonemac »

Knowing that everything is my code, seeing that it's possible to actually make your own operating system from scratch, and being able to try out your own ideas for operating system design.
When you start writing an OS you do the minimum possible to get the x86 processor in a usable state, then you try to get as far away from it as possible.

Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
mofule
Posts: 12
Joined: Wed Sep 27, 2017 2:50 pm

Re: What is your favorite part about osdev?

Post by mofule »

Knowing there is no funny business going on in your code. This means a few things :lol:
Computers aren't to blame... the ones who program them are.
User avatar
Coconut9
Member
Member
Posts: 51
Joined: Sat May 20, 2017 1:25 am
Location: PCI bus: 3, slot: 9, function: 5

Re: What is your favorite part about osdev?

Post by Coconut9 »

The best thing it that I am controlling the computer with my way.
How people react when a new update of your OS is coming:
Linux user: Cool, more free stuff!
Mac user: Ooh I have to pay!
Windows user: Ah not again!
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

Re: What is your favorite part about osdev?

Post by Love4Boobies »

Is it just me or did everyone except for lkurusa express what's actually bad about OS development? :)
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
User avatar
iansjack
Member
Member
Posts: 4706
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: What is your favorite part about osdev?

Post by iansjack »

It's just you.
Post Reply