dreamos82 / Dreamos64

My experiments with osdev... again
160 stars 8 forks source link

173 vmm per task #174

Closed dreamos82 closed 1 year ago

dreamos82 commented 1 year ago

That should be everything?

I added a vmm_alloc test using one of the tasks vmm.

It returns the correct address:

[VERBOSE] (vmm_alloc): Testing vm_parse_flags: 0x3
[VERBOSE] (vmm_alloc) newly allocated item base: 200000, next available address: 400000
[VERBOSE] (noop3) Tmp var address returned by vmm_alloc: 0x200000

I think this mean that it is at least working kind of...