The title says it all.
Personally, its writing drivers and making a gui.
What is your favorite part about osdev?
- lkurusa
- 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?
My personal favorite part is how much it can teach someone.
Cheers,
Lev
Lev
Re: What is your favorite part about osdev?
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.
-
- Member
- Posts: 1146
- Joined: Sat Mar 01, 2014 2:59 pm
Re: What is your favorite part about osdev?
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
Syntax checkup:
Wrong: OS's, IRQ's, zero'ing
Right: OSes, IRQs, zeroing
Re: What is your favorite part about osdev?
Knowing there is no funny business going on in your code. This means a few things
Computers aren't to blame... the ones who program them are.
- Coconut9
- 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?
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!
Linux user: Cool, more free stuff!
Mac user: Ooh I have to pay!
Windows user: Ah not again!
- Love4Boobies
- Member
- Posts: 2111
- Joined: Fri Mar 07, 2008 5:36 pm
- Location: Bucharest, Romania
Re: What is your favorite part about osdev?
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 ]
[ Project UDI ]
Re: What is your favorite part about osdev?
It's just you.