summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Nothing.old_cAlex AUVOLAT2012-05-041-8/+0
* Basic object system - THIS IS STILL A LONG WAY TO GO!!Alex AUVOLAT2012-05-0136-109/+1132
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-0137-443/+6416
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-0122-510/+6404
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-0154-544/+188
* It's alive! Or is it? No, it's not.Alex AUVOLAT2012-05-015-15/+20
* New heap, simple and bug-free, but inefficient.katchup2010-12-1211-267/+492
* Minor changes to display.Alexis2112010-09-112-9/+7
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-1033-1323/+115
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-1022-44/+136
* .Alexis2112010-09-101-0/+2
* Floppy image no longer included.Alexis2112010-09-102-0/+1
* Some changes to stack tracing.Alexis2112010-08-135-15/+27
* Added priorities to the scheduler.Alexis2112010-08-104-21/+42
* No more global list of threads, one list of threads per process.Alexis2112010-08-104-21/+21
* Now using a simple Round Robin scheduler.Alexis2112010-08-106-21/+46
* Changed idt_waitIrq to support multiple waiting threads.Alexis2112010-08-103-9/+15
* thread_sleep functions redone.Alexis2112010-08-106-41/+73
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-1025-62/+232
* Using a cross-compiler. Better makefile system.Alexis2112010-08-1012-137/+87
* 0.0.4 is outAlexis2112010-04-084-7/+3
* More work on managerAlexis2112010-04-0729-101/+474
* Some stuff added to userland.Alexis2112010-04-054-1/+58
* More work on IPC.Alexis2112010-04-0519-18/+121
* Shared memory segment manager in userlandAlexis2112010-03-3110-12/+187
* More work on IPC and userland tools.Alexis2112010-03-3028-38/+716
* IPC documented, still not tested.Alexis2112010-03-264-16/+101
* IPC not tested but suposedly working.Alexis2112010-03-2418-62/+369
* More work on IPCAlexis2112010-03-2320-35/+316
* old uncommited changes commitedAlexis2112010-03-0218-19/+231
* Added thread_new syscallAlexis2112010-02-098-14/+41
* Added user mode support and monitor_writeDecAlexis2112010-02-0917-17/+159
* ReorganisationAlexis2112010-02-0648-23/+104
* Everything seems to work : loading a module that displays a message.Alexis2112010-02-0510-19/+23
* More work, does not workAlexis2112010-02-0515-365/+120
* Elf loader addedAlexis2112010-02-054-3/+108
* More work on tasking, paging, syscalls, stuff.Alexis2112010-02-0511-240/+386
* Start work on syscalls, advanced tasking, segmentationAlexis2112010-02-0512-134/+334
* Start syscall workAlexis2112010-02-037-129/+197
* ReogranizationAlexis2112010-02-0329-174/+181
* Minor changesAlexis2112010-01-253-2/+2
* First commitAlexis2112010-01-2537-0/+2059