This commit is contained in:
Tomoki Shirasawa
2013-11-14 16:27:11 +09:00
parent 3f60324d4e
commit e5890aa949
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/control.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* kernel module control
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/driver.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* kernel module entry
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/ikc.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* inter kernel communication
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file mcctrl.h
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* define data structure
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par

View File

@@ -1,6 +1,6 @@
/**
* \file executer/kernel/syscall.c
* Licence details are found in the file LICENSE.
* License details are found in the file LICENSE.
* \brief
* provide system calls
* \author Taku Shimosawa <shimosawa@is.s.u-tokyo.ac.jp> \par