[Modularkernel-developer] linkerscript.ld
Status: Pre-Alpha
Brought to you by:
musteresel
|
From: Daniel O. <mus...@go...> - 2010-04-07 08:49:25
|
Hi, yes, that's exactly whats done there. The linked section is the section which contains code (and data in the *_data section) that must be available to every task in the later operating system. So i will link that section into every virtual address space. Perhaps it is important to add that this "linked section" is somehow different from other operating systems such as linux (or windows), because only a very small part of the kernel code is linked and not (nearly?) all of it. |