K 10 svn:author V 4 kato K 8 svn:date V 27 1999-06-03T13:49:52.000000Z K 7 svn:log V 375 Sync with sys/i386/i386/machdep.c revision 1.339. New function getmemsize_pc98 is added in this commit, since PC98 is quite different in obtaining memory size from IBM-PC. Many lines of this function is shareable with IBM-PC's getmemsize function, but sharing needs many #ifdef PC98 statements. Therefore, I gave up sharing code with IBM-PC's and just added new function. END