summaryrefslogtreecommitdiff
path: root/src/kernel
Commit message (Expand)AuthorAgeFilesLines
* Minor scheduling change.HEADmasterAlex AUVOLAT2012-05-313-10/+13
* Corrected some bugs in readline && multitasking improvement.Alex AUVOLAT2012-05-202-3/+3
* Correected some nasty tasking bugs. Still not perfect.Alex AUVOLAT2012-05-203-50/+77
* Not a bugfix. The multitasking system must be redone.Alex AUVOLAT2012-05-193-7/+24
* More improvements in FWIK - more strings, Dir class, ...Alex AUVOLAT2012-05-191-1/+2
* Added string class for FWIK.Alex AUVOLAT2012-05-191-2/+2
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-194-5/+6
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-1910-46/+228
* Added some stuff.Alex AUVOLAT2012-05-181-1/+7
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-186-10/+22
* Can now spawn new processes.Alex AUVOLAT2012-05-186-39/+116
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-186-25/+76
* Added initrd. Status: VFS support, totally useless shell.Alex AUVOLAT2012-05-189-7/+172
* Improvements. Next: initrd.Alex AUVOLAT2012-05-184-5/+6
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-188-26/+146
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-1813-21/+165
* Minor changes.Alex AUVOLAT2012-05-187-50/+57
* Devices using the VFS structure. Basic keyboard handler.Alex AUVOLAT2012-05-1725-227/+745
* Beginning of a VFS implemented. C++ is great.Alex AUVOLAT2012-05-1714-29/+345
* Bump.Alex AUVOLAT2012-05-171-1/+1
* Fixed some nasty bugs.Alex AUVOLAT2012-05-177-11/+14
* Now booting on CD-ROM.Alex AUVOLAT2012-05-171-0/+1
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-171-15/+11
* Added some documentation about the coming VFS.Alex AUVOLAT2012-05-171-0/+2
* Object version of earrayAlex AUVOLAT2012-05-043-1/+194
* Preparations.Alex AUVOLAT2012-05-043-19/+25
* More OOP;Alex AUVOLAT2012-05-049-75/+127
* Minor changes (more OOP constructs);Alex AUVOLAT2012-05-047-82/+56
* Migration to C++!Alex AUVOLAT2012-05-0429-264/+303
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-0118-121/+106
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-0119-507/+6344
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-0120-237/+61
* It's alive! Or is it? No, it's not.Alex AUVOLAT2012-05-013-4/+2
* New heap, simple and bug-free, but inefficient.katchup2010-12-1211-267/+492
* Minor changes to display.Alexis2112010-09-111-8/+6
* Removed all old object/request/... stuff (that was crap)Alexis2112010-09-108-501/+4
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-1015-42/+97
* Some changes to stack tracing.Alexis2112010-08-134-15/+27
* Added priorities to the scheduler.Alexis2112010-08-103-21/+42
* No more global list of threads, one list of threads per process.Alexis2112010-08-103-21/+21
* Now using a simple Round Robin scheduler.Alexis2112010-08-105-21/+46
* Changed idt_waitIrq to support multiple waiting threads.Alexis2112010-08-102-9/+15
* thread_sleep functions redone.Alexis2112010-08-105-41/+73
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-1024-62/+232
* Using a cross-compiler. Better makefile system.Alexis2112010-08-102-36/+12
* 0.0.4 is outAlexis2112010-04-081-1/+1
* More work on managerAlexis2112010-04-0712-40/+91
* More work on IPC.Alexis2112010-04-053-3/+13
* Shared memory segment manager in userlandAlexis2112010-03-312-2/+6
* More work on IPC and userland tools.Alexis2112010-03-3012-23/+84