shithub: nix

Download patch

ref: 8d90e5b246b0083d61f4065b2c4a8c0c73ac4f8c
parent: 17302b4cd15fd302b4875d1075e20a6954ca8c48
author: glenda <glenda@cirno>
date: Sun May 5 14:04:22 EDT 2024

Tweak. This kernel boots.
Now for squidboy()

--- a/sys/src/nix/pc64/tcore.c
+++ b/sys/src/nix/pc64/tcore.c
@@ -281,7 +281,7 @@
 		panic("runacore: error: %s\n", up->errstr);
 	ureg = up->dbgreg;
 	fakeretfromsyscall(ureg);
-//	panic("fpusysrfork(ureg);\n");
+//	panic("fpusysrfork(ureg);\n"); -- need to figure this one out
 
 	procpriority(up, PriKproc, 1);
 	rc = runac(up->ac, actouser, 1, nil, 0);