-Installation info is on the wiki now, so remove setup guides and update

README.
-Remove obsolete FAT partitioning utility.
-Update startup banner.
This commit is contained in:
Arun Thomas
2009-05-14 15:54:02 +00:00
parent c2aef85eda
commit db4faccbf9
2 changed files with 18 additions and 22 deletions

View File

@@ -198,8 +198,9 @@ PRIVATE void announce(void)
#ifdef _SVN_REVISION
"(" _SVN_REVISION ")\n"
#endif
"Copyright 2006, Vrije Universiteit, Amsterdam, The Netherlands\n",
"Copyright 2009, Vrije Universiteit, Amsterdam, The Netherlands\n",
OS_RELEASE, OS_VERSION);
kprintf("MINIX is open source software, see http://www.minix3.org\n");
}
/*===========================================================================*