Click here to Skip to main content
15,887,350 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
QuestionIs there a really a problem with safety? Pin
jschell9-Feb-23 9:06
jschell9-Feb-23 9:06 
AnswerRe: Is there a really a problem with safety? Pin
obermd9-Feb-23 10:18
obermd9-Feb-23 10:18 
GeneralRe: Is there a really a problem with safety? Pin
jschell10-Feb-23 9:57
jschell10-Feb-23 9:57 
AnswerRe: Is there a really a problem with safety? Pin
BernardIE53179-Feb-23 13:00
BernardIE53179-Feb-23 13:00 
AnswerRe: Is there a really a problem with safety? Pin
PIEBALDconsult10-Feb-23 15:50
mvePIEBALDconsult10-Feb-23 15:50 
QuestionSooo, how can I start learning about OSs Pin
FosanzDev9-Feb-23 8:32
FosanzDev9-Feb-23 8:32 
AnswerRe: Sooo, how can I start learning about OSs Pin
RickZeeland9-Feb-23 8:58
mveRickZeeland9-Feb-23 8:58 
AnswerRe: Sooo, how can I start learning about OSs Pin
Jeremy Falcon9-Feb-23 8:59
professionalJeremy Falcon9-Feb-23 8:59 
At the heart of it all... an OS is basically a kernel with a ton of crap rolled out on top of that. The kernel is the brain with direct access to hardware. All things (including drivers) feed into the brain. Depending on how your brain is designed drivers may or may not have direct access to hardware however.

Over simplified, but...

Power On > BIOS/UEFI > POST > MBR/GPT > Boot Loader > Kernel

Once your kernel is loaded. You control the whole thing. As far as kernel design, IMO a good start would be to go back to the early versions of the Linux kernel and start looking at its source code for ideas.
Jeremy Falcon


modified 9-Feb-23 15:37pm.

AnswerRe: Sooo, how can I start learning about OSs Pin
jschell9-Feb-23 9:17
jschell9-Feb-23 9:17 
AnswerRe: Sooo, how can I start learning about OSs Pin
Eddy Vluggen9-Feb-23 9:44
professionalEddy Vluggen9-Feb-23 9:44 
AnswerRe: Sooo, how can I start learning about OSs Pin
PIEBALDconsult9-Feb-23 9:45
mvePIEBALDconsult9-Feb-23 9:45 
AnswerRe: Sooo, how can I start learning about OSs Pin
TNCaver9-Feb-23 9:49
TNCaver9-Feb-23 9:49 
AnswerRe: Sooo, how can I start learning about OSs Pin
raddevus9-Feb-23 11:07
mvaraddevus9-Feb-23 11:07 
AnswerRe: Sooo, how can I start learning about OSs Pin
Kate-X2579-Feb-23 20:49
Kate-X2579-Feb-23 20:49 
AnswerRe: Sooo, how can I start learning about OSs Pin
den2k889-Feb-23 20:50
professionalden2k889-Feb-23 20:50 
AnswerRe: Sooo, how can I start learning about OSs Pin
Jürgen Schuck9-Feb-23 22:28
professionalJürgen Schuck9-Feb-23 22:28 
AnswerRe: Sooo, how can I start learning about OSs Pin
Member 1330167910-Feb-23 0:28
Member 1330167910-Feb-23 0:28 
AnswerRe: Sooo, how can I start learning about OSs Pin
Member 1466094210-Feb-23 3:16
Member 1466094210-Feb-23 3:16 
AnswerRe: Sooo, how can I start learning about OSs Pin
AndrewGT10-Feb-23 3:16
AndrewGT10-Feb-23 3:16 
AnswerRe: Sooo, how can I start learning about OSs Pin
One of the Other Terry10-Feb-23 4:18
One of the Other Terry10-Feb-23 4:18 
GeneralRe: Sooo, how can I start learning about OSs Pin
cegarman10-Feb-23 8:15
cegarman10-Feb-23 8:15 
AnswerRe: Forgot to mention DOS... Pin
Jeremy Falcon10-Feb-23 6:08
professionalJeremy Falcon10-Feb-23 6:08 
AnswerRe: Sooo, how can I start learning about OSs Pin
Bruce Patin10-Feb-23 6:16
Bruce Patin10-Feb-23 6:16 
AnswerRe: Sooo, how can I start learning about OSs Pin
Gerry Schmitz10-Feb-23 7:17
mveGerry Schmitz10-Feb-23 7:17 
AnswerRe: Sooo, how can I start learning about OSs Pin
sasadler10-Feb-23 7:43
sasadler10-Feb-23 7:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.