deb4082f80
Support for AXPpci CPUs, Support for AlphaStation 600 CPUs, new boot block structure, which requires an 'installboot' program and works a lot like the NetBSD/sparc boot blocks.
10 lines
58 B
C
10 lines
58 B
C
|
|
void
|
|
puts(s)
|
|
char *s;
|
|
{
|
|
|
|
while (*s)
|
|
putchar(*s++);
|
|
}
|