An operating system with everything built custom.
Find a file
2015-08-10 16:37:16 +02:00
asm initial release. 2015-08-09 02:42:56 +02:00
src initial release. 2015-08-09 02:42:56 +02:00
trainscript Adds comparison operators and bool. 2015-08-10 16:37:16 +02:00
.gitignore Hardcore coding session. Parser complete, Syntax Tree model is "working", execution is quite possible. Although no code->model translation. 2015-08-09 21:43:47 +02:00
kernel.ld initial release. 2015-08-09 02:42:56 +02:00
LICENSE initial release. 2015-08-09 02:42:56 +02:00
Makefile initial release. 2015-08-09 02:42:56 +02:00
README.md initial release. 2015-08-09 02:42:56 +02:00
trainOS.pro Adds functional execution unit. Lots of memory leaks. LOTS OF MEMORY LEAKS! also somehow working exection which is quite nice. 2015-08-10 00:15:36 +02:00
trainscript.md initial release. 2015-08-09 02:42:56 +02:00

KernelTemplate

A pretty primitive kernel base with physical and virtual memory management and a console.