code: 9ferno

Download patch

ref: d3662d2e54dccfece387a7a386db88be8ef353dc
parent: 1920980414135ee3b18935beaef1d5f4335b5228
author: 9ferno <gophone2015@gmail.com>
date: Wed Aug 11 17:37:12 EDT 2021

more comments

--- a/os/pc64/main.c
+++ b/os/pc64/main.c
@@ -137,15 +137,19 @@
 	showconfig();
 	cpuidentify();
 	meminit0();			/* builds the memmap */
+	doc("archinit");
 	archinit();
+	doc("arch->clockinit");
 	if(arch->clockinit)
 		arch->clockinit();
 	meminit();			/* builds the conf.mem entries */
+	doc("confinit");
 	confinit();
 	xinit();
 	i8253init();
 	/* TODO 9front if(i8237alloc != nil)
 		i8237alloc(); */
+	doc("pcicfginit");
 	pcicfginit();
 	bootscreeninit();	/* vga maps pages for the frame buffer TODO bug causes an i8042 system reset in poolsizeinit() */
 	trapinit();