summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Minor scheduling change.HEADmasterAlex AUVOLAT2012-05-313-10/+13
* Minor change, bump.Alex AUVOLAT2012-05-271-2/+1
* Corrected some bugs in readline && multitasking improvement.Alex AUVOLAT2012-05-203-44/+69
* Correected some nasty tasking bugs. Still not perfect.Alex AUVOLAT2012-05-205-67/+105
* 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-1914-69/+149
* Better sprintf, vsprintf, String::sprintf, etc.Alex AUVOLAT2012-05-1917-243/+293
* Added string class for FWIK.Alex AUVOLAT2012-05-1915-171/+380
* Introducing FWIK, the userland C++ framework. Far from complete.Alex AUVOLAT2012-05-1949-108/+420
* Added ANSI support, minimal readline-like library.Alex AUVOLAT2012-05-1921-246/+590
* Added some stuff.Alex AUVOLAT2012-05-188-78/+118
* Simple shell added. Simple fprintf function added too.Alex AUVOLAT2012-05-1817-96/+452
* Can now spawn new processes.Alex AUVOLAT2012-05-1810-53/+162
* Added process arguments when loaded as modules.Alex AUVOLAT2012-05-188-29/+90
* Added initrd. Status: VFS support, totally useless shell.Alex AUVOLAT2012-05-1812-7/+297
* Improvements. Next: initrd.Alex AUVOLAT2012-05-186-31/+51
* The keyboard handling, it's getting better. + Funny screenshot.Alex AUVOLAT2012-05-1810-30/+170
* A bit of a change in the directory layout.Alex AUVOLAT2012-05-1826-63/+179
* 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-1722-40/+527
* Bump.Alex AUVOLAT2012-05-171-1/+1
* Fixed some nasty bugs.Alex AUVOLAT2012-05-1710-17/+22
* Now booting on CD-ROM.Alex AUVOLAT2012-05-171-0/+1
* Nothing, just reverted some shit.Alex AUVOLAT2012-05-172-26/+22
* 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-047-33/+68
* 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-0433-268/+330
* Now using Doug Lea's malloc for userland too. And improved stability.Alex AUVOLAT2012-05-0135-439/+6413
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-0121-509/+6398
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-0143-425/+138
* It's alive! Or is it? No, it's not.Alex AUVOLAT2012-05-014-12/+16
* 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-1024-1184/+34
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-1018-43/+126
* 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-108-130/+72
* 0.0.4 is outAlexis2112010-04-083-5/+1
* More work on managerAlexis2112010-04-0729-101/+474
* Some stuff added to userland.Alexis2112010-04-054-1/+58