<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cuddles.git/Makefile, branch master</title>
<subtitle>cute x86-64 operating system, WIP ^w^. todo: https://pad.piratenpartei.at/p/cuddlesOS
</subtitle>
<id>https://git.vlhl.dev/lizzy/sys/cuddles.git/atom?h=master</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/'/>
<updated>2024-04-11T16:46:48+00:00</updated>
<entry>
<title>use huge pages</title>
<updated>2024-04-11T16:46:48+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2024-04-11T16:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=1bbc9fa0eea6e5daa559535142cb4e62e4bc657e'/>
<id>urn:sha1:1bbc9fa0eea6e5daa559535142cb4e62e4bc657e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use ELF for kernel</title>
<updated>2024-01-09T20:00:24+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2024-01-09T19:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=59f22bc7ce5bbadf62722f3db5c93b45e86e4cca'/>
<id>urn:sha1:59f22bc7ce5bbadf62722f3db5c93b45e86e4cca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move debugger to separate file</title>
<updated>2023-12-26T23:35:43+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2023-12-26T23:28:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=241857a79e1a42e23ec29389862f39c92a5dc93e'/>
<id>urn:sha1:241857a79e1a42e23ec29389862f39c92a5dc93e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add rotating cheese</title>
<updated>2023-12-22T22:26:21+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2023-12-22T22:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=8ed1362368dc064fa35bf879c1f905165b990de8'/>
<id>urn:sha1:8ed1362368dc064fa35bf879c1f905165b990de8</id>
<content type='text'>
This adds the Cheese3D graphics api and makes the cheese command display a cheese rotating in 3d as a demo
</content>
</entry>
<entry>
<title>-mno-red-zone to stop interrupts from clobbering the stack</title>
<updated>2023-12-22T12:33:42+00:00</updated>
<author>
<name>Kimapr</name>
<email>kimapr@mail.ru</email>
</author>
<published>2023-12-22T12:28:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=1d9f6363e60aa2335491f70a66dca5549ea3c892'/>
<id>urn:sha1:1d9f6363e60aa2335491f70a66dca5549ea3c892</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rtc clock driver</title>
<updated>2023-12-21T21:54:34+00:00</updated>
<author>
<name>Kimapr</name>
<email>kimapr@mail.ru</email>
</author>
<published>2023-12-20T09:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=2834bff2cf6131202a788b59a5fd81994e1ed5aa'/>
<id>urn:sha1:2834bff2cf6131202a788b59a5fd81994e1ed5aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move SSE init code to init, add -mgeneral-regs-only to init.c and pic.c</title>
<updated>2023-12-21T08:16:20+00:00</updated>
<author>
<name>Kimapr</name>
<email>kimapr@mail.ru</email>
</author>
<published>2023-12-21T08:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=43a856b5d40ceb570af7755d9f1222093a48aa64'/>
<id>urn:sha1:43a856b5d40ceb570af7755d9f1222093a48aa64</id>
<content type='text'>
</content>
</entry>
<entry>
<title>debug: add register watchdog</title>
<updated>2023-12-21T07:56:51+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2023-12-21T07:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=5b61e495721fe414e43cc52298987f02c9bce24c'/>
<id>urn:sha1:5b61e495721fe414e43cc52298987f02c9bce24c</id>
<content type='text'>
to detect potential changes that ISRs might make to registers
</content>
</entry>
<entry>
<title>append qemu flags with QFLAGS</title>
<updated>2023-12-21T03:38:21+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2023-12-21T03:38:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=2af2177d8c9ac6172dcf1dbf60e317cee2691269'/>
<id>urn:sha1:2af2177d8c9ac6172dcf1dbf60e317cee2691269</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compile interrupt handler with -mgeneral-regs-only</title>
<updated>2023-12-21T03:37:35+00:00</updated>
<author>
<name>Lizzy Fleckenstein</name>
<email>lizzy@vlhl.dev</email>
</author>
<published>2023-12-21T03:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/cuddles.git/commit/?id=29cdfa1753f47a234d7cc5d1a82996a8b665101b'/>
<id>urn:sha1:29cdfa1753f47a234d7cc5d1a82996a8b665101b</id>
<content type='text'>
</content>
</entry>
</feed>
