add my name

This commit is contained in:
Simon Gardling 2024-09-10 13:06:18 -04:00
parent d66450e427
commit 121af671e3
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -96,8 +96,8 @@ static void boot(void) {
kprintf("%s", harvard_copyright);
kprintf("\n");
kprintf("Put-your-group-name-here's system version %s (%s #%d)\n",
GROUP_VERSION, buildconfig, buildversion);
kprintf("Simon Gardling's system version %s (%s #%d)\n", GROUP_VERSION,
buildconfig, buildversion);
kprintf("\n");
/* Early initialization. */