~kris/9p

9hist

4862a3bdfce7df7819afd55c8971f266cf5ca4e1 — David du Colombier 25 years ago 932da88
Plan 9 from Bell Labs 2000-09-27
2 files changed, 5 insertions(+), 0 deletions(-)

M bitsy/main.c
M pc/vgaclgd542x.c
M bitsy/main.c => bitsy/main.c +4 -0
@@ 14,10 14,14 @@ Conf conf;
void
main(void)
{
	int i;

	iprint("bitsy kernel\n");
	confinit();
	xinit();
	mmuinit();
	delay(100000);
	exit(1);
}

/*

M pc/vgaclgd542x.c => pc/vgaclgd542x.c +1 -0
@@ 133,6 133,7 @@ clgd542xenable(VGAscr* scr)
	case 0xA8:				/* CL-GD5434 */
	case 0xAC:				/* CL-GD5436 */
	case 0xB8:				/* CL-GD5446 */
	case 0x30:				/* CL-GD7543 */
		/*
		 * Attempt to intuit the memory size from the DRAM control
		 * register. Minimum is 512KB.