Morten Delenk
|
f71e781839
|
This is v0.01 release. I added the first syscall!
! Fixes in malloc. Now space-areas will no longer overlap.
|
2016-05-22 18:13:06 +00:00 |
|
Morten Delenk
|
bcf1875165
|
Added paging support
|
2016-05-21 18:18:20 +00:00 |
|
Morten Delenk
|
224d840cc9
|
Added a malloc function. 90% guaranteed to work!
|
2016-05-21 16:20:53 +00:00 |
|
Morten Delenk
|
3e21cf22ee
|
the alloc_page function was broken, so I replaced it with a different apporach
|
2016-05-06 11:28:15 +02:00 |
|
Morten Delenk
|
fb6491e190
|
! Fixed use of uninited memory
! Fixed infinite loop
|
2016-05-06 11:07:07 +02:00 |
|
Morten Delenk
|
c6d89476cb
|
Finished the PMM. Freezes the kernel (undebugged)
|
2016-05-05 22:04:42 +02:00 |
|
Morten Delenk
|
dc6b62e64e
|
Renamed the PMM to QDPMM (quick & dirty physical memory manager)
Added skeleton of the new PMM, which uses QDPMM
|
2016-05-05 21:12:36 +02:00 |
|
Morten Delenk
|
bc7c6f835e
|
total failure
|
2016-04-26 20:43:12 +02:00 |
|
Morten Delenk
|
9a3a11d78c
|
PMM should work now
|
2016-04-16 19:59:17 +02:00 |
|
Morten Delenk
|
fe979e8774
|
[x86] Did some various fixes to the ATA driver
[dummy] Removed useless code files from dummy
[x86] Moved Tasks to ring 3.
|
2016-04-15 22:04:01 +02:00 |
|
Morten Delenk
|
ec699655bc
|
Whoops
|
2016-02-06 20:04:17 +01:00 |
|
Morten Delenk
|
332f74c9a9
|
Added a alloc and free function (operators >> and <<) to the PMM.
Now compiles
|
2016-02-06 20:03:23 +01:00 |
|
Morten Delenk
|
e1203d8271
|
Added an unfinished PMM. Breaks build
|
2016-02-06 19:57:44 +01:00 |
|