diff --git a/en/projects/summerofcode.sgml b/en/projects/summerofcode.sgml
index 55b24d4dc5..c562b09c2e 100644
--- a/en/projects/summerofcode.sgml
+++ b/en/projects/summerofcode.sgml
@@ -1,6 +1,6 @@
-
+
%includes;
%developers;
@@ -272,6 +272,17 @@
and &a.bruno; are
coordinating.
+
Kernel meta-language: Develop a dialect of the
+ C language that simplifies the task of writing kernel code.
+ It should include language extensions that make it
+ possible to write kernel code more cleanly and with less bugs. An
+ example of this would have language support for linked lists,
+ to obviate the need for messy MACROs. &a.gnn; and &a.phk; are coordinating. A Wiki
+ with more information is available here.
+