From 9aede82159bbfaa7c0f4e894d776ddeb3487c4b3 Mon Sep 17 00:00:00 2001 From: StepanovPlaton Date: Tue, 3 Feb 2026 16:15:52 +0400 Subject: [PATCH] =?UTF-8?q?Create=20Projects=20=E2=80=9Cosin1000lines?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/projects/osin1000lines.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/content/projects/osin1000lines.json diff --git a/src/content/projects/osin1000lines.json b/src/content/projects/osin1000lines.json new file mode 100644 index 0000000..b226896 --- /dev/null +++ b/src/content/projects/osin1000lines.json @@ -0,0 +1,13 @@ +{ + "sourceCode": "https://git.stepanovplaton.ru/StepanovPlaton/OSin1000Lines", + "featured": false, + "startDate": "2026-02-03T08:00:00.000+04:00", + "techStack": [ + "C" + ], + "status": "completed", + "title": "OSin1000Lines", + "tags": [], + "description": "Операционная система для QEMU RISC-V в 1000 строк кода на С", + "category": "actual" +}