[Kos-cvs] kos ChangeLog,1.41,1.42 HACKER,1.7,1.8
thomas at kos.enix.org
thomas at kos.enix.org
Tue Dec 28 13:18:13 CET 2004
- Previous message: [Kos-cvs] CVSROOT loginfo,1.51,1.52
- Next message: [Kos-cvs]
kos CREDITS, 1.3, 1.4 ChangeLog, 1.42, 1.43 MkVars, 1.109,
1.110 TODO, 1.98, 1.99
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/kos/kos
In directory the-doors:/tmp/cvs-serv30159
Modified Files:
ChangeLog HACKER
Log Message:
2004-12-28 Thomas Petazzoni <thomas at crazy.kos.nx>
* HACKER: English version + link to the documentation.
Index: HACKER
===================================================================
RCS file: /var/cvs/kos/kos/HACKER,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- HACKER 21 Mar 2002 12:04:38 -0000 1.7
+++ HACKER 28 Dec 2004 12:18:11 -0000 1.8
@@ -2,6 +2,36 @@
http://kos.enix.org
+ENGLISH
+=======
+
+Take part in the KOS development
+********************************
+
+ To take part in the KOS project and in the development of the "Kid
+ OS" operating system, you can develop on your own and send your
+ modifications by e-mail to the coordinator of the project Thomas
+ Petazzoni, <thomas.petazzoni at enix.org>, or to d2 at enix.org or
+ mejj at enix.org.
+
+ However, if you really want to be involved in the project, it is
+ highly recommended to subscribe to the mailing-lists, particularly
+ to the kos-dev mailing-list. See
+ http://kos.enix.org/contacts.php?lang=en for more informations.
+
+Compile, test and debug KOS
+***************************
+
+ All information concerning the compilation, the installation of the
+ debugging of KOS, please read the documentation available on the Web
+ site at the address http://kos.enix.org/snapshots.php?lang=fr. The
+ documentation is titled "Compile, test and debug KOS".
+
+ HTML Version : http://kos.enix.org/~d2/snapshots/kos_current/doc/testingen-html/
+ PDF Version : http://kos.enix.org/~d2/snapshots/kos_current/doc/testingen.pdf
+
+FRANÇAIS
+========
Participer au développement de KOS
**********************************
@@ -18,34 +48,14 @@
-Debugger KOS
-************
-
- Configuration de bochs
- ======================
-
- Compiler bochs (http://bochs.sourceforge.net/) avec les options :
-
- ./configure --enable-port-e8-hack --enable-port-e9-hack --enable-disasm --enable-debugger --with-x11 --disable-control-panel
-
-
- Configuration de KOS
- ====================
-
- make clean ; make
-
-
- Configuration de la ligne serie (si necessaire)
- ===============================================
-
- Brancher un cable null-modem (aka "cable croise") entre la machine
- de test et une autre machine (sous Unix, Windows)
-
- Par defaut, kos envoie ses messages sur le port 0 (COM1) en 115200
- 8N1 (115200 bauds, 8 bits de donnees, pas de parite, 1 bit de
- stop). Pour modifier ces parametres, editer modules/config.h .
+Compiler, installer, débugger KOS
+*********************************
- Si l'autre machine est sous Linux, pour recuperer ces messages :
+ Pour toute information concernant la compilation, l'installation ou
+ le débuggage de KOS, se reporter à la documentation disponible sur
+ le site Web à l'adresse :
+ http://kos.enix.org/snapshots.php?lang=fr. La documentation
+ s'intitule "Compiler, tester et debugger KOS".
- stty speed 115200 < /dev/ttyS0 # Ou ttyS1 si le cable est sur COM2
- cat /dev/ttyS0
+ Version HTML : http://kos.enix.org/~d2/snapshots/kos_current/doc/testingfr-html/
+ Version PDF : http://kos.enix.org/~d2/snapshots/kos_current/doc/testingfr.pdf
\ No newline at end of file
Index: ChangeLog
===================================================================
RCS file: /var/cvs/kos/kos/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ChangeLog 27 Dec 2004 22:01:04 -0000 1.41
+++ ChangeLog 28 Dec 2004 12:18:11 -0000 1.42
@@ -1,3 +1,7 @@
+2004-12-28 Thomas Petazzoni <thomas at crazy.kos.nx>
+
+ * HACKER: English version + link to the documentation.
+
2004-12-27 Thomas Petazzoni <thomas at crazy.kos.nx>
* modules/test/vmm_test.c (vmm_stress_test): A new VMM stress
- Previous message: [Kos-cvs] CVSROOT loginfo,1.51,1.52
- Next message: [Kos-cvs]
kos CREDITS, 1.3, 1.4 ChangeLog, 1.42, 1.43 MkVars, 1.109,
1.110 TODO, 1.98, 1.99
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Kos-cvs
mailing list