Skip to content

ilya101010/demos

Repository files navigation

demos

Aristotle

Demo operating system. So much work to do.

Config file

All neccessary numeric consts used across asm, c source files and ld scripts should be defined in config.json. Here's an example of how some value can be stored:

{
    "const1": "value",
    "const2": "value"
}

Warning: hex values are not available in json, so all numbers, both in decimal and hex representations, should be given as strings.

Oi! I piggybacked this project for my hypervisor. Check it out at jinet-vm/vmm