Index: kernel/doc/AUTHORS
===================================================================
--- kernel/doc/AUTHORS	(revision ff3a34b23d37dee4709e858ec1869756a88b4172)
+++ kernel/doc/AUTHORS	(revision 341140c181e949962d7871bd75d6e9f74ba669d1)
@@ -1,8 +1,10 @@
 Jakub Jermar <jermar@helenos.eu>
+Martin Decky <decky@helenos.eu>
 Ondrej Palkovsky <palkovsky@helenos.eu>
-Martin Decky <decky@helenos.eu>
 Jakub Vana <vana@helenos.eu>
 Josef Cejka <cejka@helenos.eu>
+Michal Kebrt <michalek.k@seznam.cz>
 Sergey Bondari <bondari@helenos.eu>
+Pavel Jancik <alfik.009@seznam.cz>
+Petr Stepan <stepan.petr@volny.cz>
 Michal Konopa <mkonopa@seznam.cz>
-
Index: kernel/doc/arch/arm32
===================================================================
--- kernel/doc/arch/arm32	(revision 341140c181e949962d7871bd75d6e9f74ba669d1)
+++ kernel/doc/arch/arm32	(revision 341140c181e949962d7871bd75d6e9f74ba669d1)
@@ -0,0 +1,16 @@
+arm32 port
+==========
+
+arm32 port is the ninth port of SPARTAN, originally written by Michal Kebrt,
+Petr Stepan, Pavel Jancik. The goal is to support 32-bit ARM architecture.
+So far, it runs only in emulator.
+
+HARDWARE REQUIREMENTS
+        o no real hardware supported
+
+EMULATORS AND VIRTUALIZERS
+        o GXemul
+
+TOOLCHAIN REQUIREMENTS
+	o binutils 2.17
+	o gcc 4.1.1
Index: kernel/doc/doxygroups.h
===================================================================
--- kernel/doc/doxygroups.h	(revision ff3a34b23d37dee4709e858ec1869756a88b4172)
+++ kernel/doc/doxygroups.h	(revision 341140c181e949962d7871bd75d6e9f74ba669d1)
@@ -28,7 +28,15 @@
 	*/
  	
+
 	/**
 	 * @cond amd64
 	 * @defgroup amd64proc amd64
+	 * @ingroup proc
+	 * @endcond
+	 */
+
+	 /**
+	 * @cond arm32
+	 * @defgroup arm32proc arm32
 	 * @ingroup proc
 	 * @endcond
@@ -103,4 +111,11 @@
 	 * @endcond
 	 */
+	 
+	/**
+	 * @cond arm32
+	 * @defgroup arm32mm arm32	
+	 * @ingroup mm
+	 * @endcond
+	 */	 
 	
 	/**
@@ -172,4 +187,11 @@
 	 * @endcond
 	 */
+	 
+ 	/**
+	 * @cond arm32
+	 * @defgroup arm32ddi arm32
+	 * @ingroup ddi
+	 * @endcond
+	 */	 
 
  	/**
@@ -229,4 +251,11 @@
 	 * @endcond
 	 */
+	 
+	/**
+	 * @cond arm32
+	 * @defgroup arm32debug arm32
+	 * @ingroup debug
+	 * @endcond
+	 */	 
 
 	/**
@@ -286,4 +315,11 @@
 	 * @endcond
 	 */
+	 
+	/**
+	 * @cond arm32
+	 * @defgroup arm32interrupt arm32
+	 * @ingroup interrupt
+	 * @endcond
+	 */	 
 
 	/**
@@ -347,4 +383,11 @@
 	 * @endcond
 	 */
+	 
+	/**
+	 * @cond arm32
+	 * @defgroup arm32 arm32
+	 * @ingroup others
+	 * @endcond
+	 */	 
 
 	/**
