From: bogglez <bo...@us...> - 2017-03-10 00:50:59
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "A pseudo Operating System for the Dreamcast.". The branch, master has been updated via e7f452c1498a2453d6ed0a07e1dff988ed4b2fe0 (commit) via c191a270a110e13dc24e9a1fbeabd82decadd5bd (commit) from eef2003a70eb19ef7afcdc940bbdb0aaed84c406 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e7f452c1498a2453d6ed0a07e1dff988ed4b2fe0 Author: bogglez <bo...@pr...> Date: Fri Mar 10 01:50:37 2017 +0100 isotest: add man page commit c191a270a110e13dc24e9a1fbeabd82decadd5bd Author: bogglez <bo...@pr...> Date: Fri Mar 10 01:50:27 2017 +0100 rdtest: remove empty EXAMPLES from man page ----------------------------------------------------------------------- Summary of changes: utils/isotest/isotest.1 | 19 +++++++++++++++++++ utils/rdtest/rdtest.1 | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 utils/isotest/isotest.1 diff --git a/utils/isotest/isotest.1 b/utils/isotest/isotest.1 new file mode 100644 index 0000000..43803e9 --- /dev/null +++ b/utils/isotest/isotest.1 @@ -0,0 +1,19 @@ +.TH ISOTEST 1 "Mar 2017" "Version 1.0" +.SH NAME +isotest \- Test ISO filesystem reader +.SH SYNOPSIS +.B isotest + +.SH DESCRIPTION +.B isotest +is used to test the ISO filesystem reader. +It is a functional duplicate of fs_iso9660, but designed to run on a PC for +testing. +In Linux, accessing the /dev device on a single-session CD puts the +"bootstrap" zone at offset 0x8000, and the begin of the CD data itself at + +.SH AUTHOR +This manual page was initially written by Stefan Galowicz <bo...@pr...>, +for the KOS project. +.TP +The program has been initially written by Dan Potter in 2000. diff --git a/utils/rdtest/rdtest.1 b/utils/rdtest/rdtest.1 index 6c4528e..5c071cc 100644 --- a/utils/rdtest/rdtest.1 +++ b/utils/rdtest/rdtest.1 @@ -11,7 +11,6 @@ It is a functional duplicate of fs_romdisk, but designed to run on a PC for testing. Loads to VMA 0x8c010000. This is an exact functional duplicate of the routine in process/elf.c and is used for testing new changes first. -.SH EXAMPLES .SH AUTHOR This manual page was initially written by Stefan Galowicz <bo...@pr...>, hooks/post-receive -- A pseudo Operating System for the Dreamcast. |