summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* More work on IPC.Alexis2112010-04-0514-16/+100
* Shared memory segment manager in userlandAlexis2112010-03-319-9/+185
* More work on IPC and userland tools.Alexis2112010-03-3024-37/+692
* IPC documented, still not tested.Alexis2112010-03-263-16/+26
* IPC not tested but suposedly working.Alexis2112010-03-2416-59/+337
* More work on IPCAlexis2112010-03-2317-35/+290
* old uncommited changes commitedAlexis2112010-03-0217-19/+230
* Added thread_new syscallAlexis2112010-02-097-14/+39
* Added user mode support and monitor_writeDecAlexis2112010-02-0917-17/+159
* ReorganisationAlexis2112010-02-0644-17/+98
* Everything seems to work : loading a module that displays a message.Alexis2112010-02-0510-19/+23
* More work, does not workAlexis2112010-02-0511-364/+116
* Elf loader addedAlexis2112010-02-054-3/+108
* More work on tasking, paging, syscalls, stuff.Alexis2112010-02-0510-239/+383
* Start work on syscalls, advanced tasking, segmentationAlexis2112010-02-0511-133/+333