From: bogglez <bo...@us...> - 2017-03-10 17:45:30
|
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 7c3d2f03fb46a25c107466f710d2e746ec2df99c (commit) via 2ac08e14432b80a3007d35254a83515b30761e2d (commit) from c05fead1a9c03b70ff9511bcc080d9354d62cfda (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 7c3d2f03fb46a25c107466f710d2e746ec2df99c Author: bogglez <bo...@pr...> Date: Fri Mar 10 18:45:05 2017 +0100 README -> README.md, added a bit more info commit 2ac08e14432b80a3007d35254a83515b30761e2d Author: bogglez <bo...@pr...> Date: Fri Mar 10 18:44:32 2017 +0100 Turn another C++ comment into C ----------------------------------------------------------------------- Summary of changes: README | 3 --- README.md | 22 ++++++++++++++++++++++ utils/isotest/isotest.c | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 169c4b4..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -For all documentation, please look in the "doc" directory. Please read AT -LEAST the main README file before trying to begin! Thanks! - diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a3ac08 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +KOS +=== + +KOS is an unofficial development environment for the SEGA Dreamcast game console. + +It was developed from scratch over the internet by a group of free software developers, and has no relation to the old Katana or WinCE development kits for the DC. + + +Documentation +------------- + +For all documentation, please look in the *doc* directory. +Please read *at least* the main README file before trying to begin! + +You will need to set up an environment variable file, build an SH4 and ARM cross-compiler, build *KOS* and optionally *kos-ports*. + +An installation script, guide as well as programming tutorials may be found +in the wiki at http://dcemulation.org/?title=Development + +Ask for help on the forums: http://dcemulation.org/phpBB/viewforum.php?f=29 + +IRC chat: irc.freenode.net #dreamcastdev diff --git a/utils/isotest/isotest.c b/utils/isotest/isotest.c index 16963ac..b6f9dcb 100644 --- a/utils/isotest/isotest.c +++ b/utils/isotest/isotest.c @@ -748,7 +748,7 @@ int main() { printf("%s\t%d\n", de->name, de->size); if(!strcmp(de->name, "R_WAR.ZIP")) { - // what's this test for? + /* what's this test for? */ } } hooks/post-receive -- A pseudo Operating System for the Dreamcast. |