new development tools

This commit is contained in:
2016-11-25 13:41:57 +00:00
parent 6cc262b43b
commit 1ba806ca1b
42 changed files with 2346 additions and 44 deletions

View File

@ -98,20 +98,6 @@ VGAcur* vgacur[] = {
nil,
};
Physseg physseg[8] = {
{
.attr = SG_SHARED,
.name = "shared",
.size = SEGMAXPG,
},
{
.attr = SG_BSS,
.name = "memory",
.size = SEGMAXPG,
},
};
int nphysseg = 8;
{{ range .Config.Code }}{{ . }}
{{ end }}