1,252 questions
23
votes
12
answers
6k
views
What's the best way to get to know linux or BSD kernel internals? [closed]
I'd like to gain better knowledge of operating system internals. Process management, memory management, and stuff like that.
I was thinking of learning by getting to know either linux or BSD kernel.
...
7
votes
4
answers
4k
views
Mixing 32 bit and 16 bit code with nasm
This is a low-level systems question.
I need to mix 32 bit and 16 bit code because I'm trying to return to real-mode from protected mode. As a bit of background information, my code is doing this ...