<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nrvn.git/src, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.vlhl.dev/navi/nrvn.git/atom?h=main</id>
<link rel='self' href='https://git.vlhl.dev/navi/nrvn.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/'/>
<updated>2024-06-06T14:52:44+00:00</updated>
<entry>
<title>reserver space at the end, and cli by default</title>
<updated>2024-06-06T14:52:44+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-06-06T14:52:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/commit/?id=24098b6f4b67de965afc6b359571bbfd0cc988af'/>
<id>urn:sha1:24098b6f4b67de965afc6b359571bbfd0cc988af</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>basic gpt support</title>
<updated>2024-06-06T13:08:36+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-06-06T13:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/commit/?id=ddb15c409290ac5473ee36d5dc621a92f161cdfb'/>
<id>urn:sha1:ddb15c409290ac5473ee36d5dc621a92f161cdfb</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>basic pci and ahci support</title>
<updated>2024-06-06T13:03:38+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-06-06T13:02:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/commit/?id=d6d6d34e944e7a2a6d345e71750cfa35f94445f5'/>
<id>urn:sha1:d6d6d34e944e7a2a6d345e71750cfa35f94445f5</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>src/memory.c: improve paging code</title>
<updated>2024-04-11T15:44:28+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-01-11T16:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/commit/?id=791a5a398556fdfb883b80566ceee4a7fc00c984'/>
<id>urn:sha1:791a5a398556fdfb883b80566ceee4a7fc00c984</id>
<content type='text'>
uses untracked memory for paging, avoiding wasting memory by not
creating headers for memory that won't ever be freed.

also simplify some functions

Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>src/vga.c: fix text corruption by clearing lines properly</title>
<updated>2024-01-11T16:29:43+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-01-11T16:15:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/commit/?id=b2b9b1b8476e01c5bc45d2ac77e989ce4c391ae8'/>
<id>urn:sha1:b2b9b1b8476e01c5bc45d2ac77e989ce4c391ae8</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>replace make with meson</title>
<updated>2024-01-07T19:19:24+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2024-01-07T19:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/commit/?id=0ee22520f50b4f006a554c79dd0e5f1d5d780d4d'/>
<id>urn:sha1:0ee22520f50b4f006a554c79dd0e5f1d5d780d4d</id>
<content type='text'>
Signed-off-by: Anna (navi) Figueiredo Gomes &lt;navi@vlhl.dev&gt;
</content>
</entry>
<entry>
<title>initial commit</title>
<updated>2023-12-25T17:37:20+00:00</updated>
<author>
<name>Anna (navi) Figueiredo Gomes</name>
<email>navi@vlhl.dev</email>
</author>
<published>2023-12-13T12:24:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/navi/nrvn.git/commit/?id=30d6e8f850d2fe26fffdeef0c38fc627ef8bab9a'/>
<id>urn:sha1:30d6e8f850d2fe26fffdeef0c38fc627ef8bab9a</id>
<content type='text'>
currently with:
booted via multiboot 1
protected mode to long mode boostrap code
vga used for outputting
gdt and idt set up
identity paging for the whole memory reported by multiboot
pic and ps/2 set up
acpi code exists but is broken
</content>
</entry>
</feed>
