<feed xmlns='http://www.w3.org/2005/Atom'>
<title>objective.git/kernel/linker.ld, branch kernconf</title>
<subtitle>Objective Kernel source code
</subtitle>
<id>https://git.objectiveos.org/objective/objective.git/atom?h=kernconf</id>
<link rel='self' href='https://git.objectiveos.org/objective/objective.git/atom?h=kernconf'/>
<link rel='alternate' type='text/html' href='https://git.objectiveos.org/objective/objective.git/'/>
<updated>2025-12-20T08:56:06Z</updated>
<entry>
<title>Linker script refactor</title>
<updated>2025-12-20T08:56:06Z</updated>
<author>
<name>Alexey Gavrilov</name>
<email>alexey.gavrilov@mail.com</email>
</author>
<published>2025-12-20T08:56:06Z</published>
<link rel='alternate' type='text/html' href='https://git.objectiveos.org/objective/objective.git/commit/?id=a72c27d948ee8cf542f8d38c7026876af4875e6b'/>
<id>urn:sha1:a72c27d948ee8cf542f8d38c7026876af4875e6b</id>
<content type='text'>
In general this update touching sections for initialization and destruction of
    global variables.

DISCARD sections added (.fini and .comment) and particular sections
(.ctors, .dtors, .init, .fini) moved into more common sections (.rodata
and .text) accordingly. This decision allows to save a some RAM.

Signed-off-by: Alexey Gavrilov &lt;alexey.gavrilov@mail.com&gt;
</content>
</entry>
<entry>
<title>Linker script rework</title>
<updated>2025-12-20T07:16:47Z</updated>
<author>
<name>Alexey Gavrilov</name>
<email>alexey.gavrilov@mail.com</email>
</author>
<published>2025-12-17T07:13:08Z</published>
<link rel='alternate' type='text/html' href='https://git.objectiveos.org/objective/objective.git/commit/?id=eb6a12e18d45879ec383921f0c7378120b71d159'/>
<id>urn:sha1:eb6a12e18d45879ec383921f0c7378120b71d159</id>
<content type='text'>
`memory.ld` is a architecture-dependent ld config provides some general
    symbols which every `memory.ld` config must assign
    and memory regions associated with each output section.

'linker.ld' config file presents segments configuration.

Multiboot section filling move in the 'linker.ld' file.

Recommendation for further patches: controlled logic implementation for multiboot
    version and header/entries in build configuration tool (CMake or
    make). For instance, multiboot version and video mode selection
    through variable passing in build system:
    `cmake ... -DMULTIBOOT_VERSION=2 -DMULTIBOOT_VIDEO_MODE=TEXT_VIDEO_MODE`
    or
    'export MULTIBOOT_VERSION=2; export MULTIBOOT_VIDEO_MODE=TEXT_VIDEO_MODE'.
    Then build system do proper filling of `.multiboot` section depends
    on passing variables.

Signed-off-by: Alexey Gavrilov &lt;alexey.gavrilov@mail.com&gt;
</content>
</entry>
<entry>
<title>Kheap section + metadata</title>
<updated>2025-05-10T09:04:55Z</updated>
<author>
<name>Alexey Gavrilov</name>
<email>rebovas@yahoo.com</email>
</author>
<published>2025-05-10T09:04:55Z</published>
<link rel='alternate' type='text/html' href='https://git.objectiveos.org/objective/objective.git/commit/?id=5d3179d0e2c3915af65dedef0952672220ac4714'/>
<id>urn:sha1:5d3179d0e2c3915af65dedef0952672220ac4714</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support for GDT has been written + add makefile debug mode</title>
<updated>2023-11-04T03:09:44Z</updated>
<author>
<name>Alexey Gavrilov</name>
<email>rebovas@yahoo.com</email>
</author>
<published>2023-11-04T03:09:44Z</published>
<link rel='alternate' type='text/html' href='https://git.objectiveos.org/objective/objective.git/commit/?id=c18781e37e6bfe153e7c0f2bc8b04df0aecf151d'/>
<id>urn:sha1:c18781e37e6bfe153e7c0f2bc8b04df0aecf151d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Edit README, Makefile, ld conf</title>
<updated>2023-08-20T13:13:59Z</updated>
<author>
<name>Alexey Gavrilov</name>
<email>rebovas@yahoo.com</email>
</author>
<published>2023-08-20T13:13:59Z</published>
<link rel='alternate' type='text/html' href='https://git.objectiveos.org/objective/objective.git/commit/?id=47844a0db257264e7f8c5c38e07745601c884a7e'/>
<id>urn:sha1:47844a0db257264e7f8c5c38e07745601c884a7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>First commit</title>
<updated>2023-08-08T11:38:07Z</updated>
<author>
<name>Alexey Gavrilov</name>
<email>rebovas@yahoo.com</email>
</author>
<published>2023-08-08T11:38:07Z</published>
<link rel='alternate' type='text/html' href='https://git.objectiveos.org/objective/objective.git/commit/?id=06d05938cc828901703112b99740c2e90a392b88'/>
<id>urn:sha1:06d05938cc828901703112b99740c2e90a392b88</id>
<content type='text'>
</content>
</entry>
</feed>
