K 10 svn:author V 5 peter K 8 svn:date V 27 2004-09-24T01:08:34.000000Z K 7 svn:log V 544 Converge towards i386. I originally resisted creating because it was mostly irrelevant - except for the silly BIOS_PADDRTOVADDR etc macros. Along the way of working around this, I missed a few things. * Make syscons properly inherit the bios capslock/shiftlock/etc state like i386 does. Note that we cannot inherit the bios key repeat rate because that requires a bios call (which is impossible for us). * Give syscons the ability to beep on amd64. Oops. While here, make bios.c compile and add it to files.amd64. END