summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core/kmain.wtf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reading from HDD is now possible !Alexis2112009-11-291-0/+2
* Some bugfixesAlexis2112009-11-271-3/+3
* Added some screenshots, re-organized some stuff.Alexis2112009-11-271-40/+3
* Re-organized file system stuff.Alexis2112009-11-251-4/+54
* Reading from the FAT12-formatted floppy works \oAlexis2112009-11-151-1/+6
* Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-151-3/+2
* Changed the way keyboard handling works, fixing a bug.Alexis2112009-11-141-2/+5
* Added screenshots and a grub entry for the GOL simulator.Alexis2112009-11-141-2/+2
* Changed some things in the way init is handled.Alexis2112009-11-141-36/+57
* 8bpp modes now supported :)Alexis2112009-11-111-2/+5
* 15bpp and 16bpp modes are now supported correctlyAlexis2112009-11-111-9/+2
* Modified the way of calling V86 procedures, and calling BIOS intsAlexis2112009-11-111-1/+7
* VESA works !Alexis2112009-11-111-4/+2
* Started working on some 2D graAlexis2112009-11-101-2/+8
* Worked on graphics mode selection, in prevision for having VESA grpahicsAlexis2112009-11-081-55/+55
* Nothing, really : put some utility functions in V86.nsAlexis2112009-11-081-14/+0
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-081-0/+15
* Introduced PaperWork : our init/login manager.Alexis2112009-11-081-0/+16
* More work on userland syscalls : Files are implemented.Alexis2112009-10-241-1/+0
* More work on syscalls and shellAlexis2112009-10-231-0/+1
* Started working on user managmentAlexis2112009-10-211-0/+4
* Re-organized everythingAlexis2112009-10-181-3/+3
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-12/+1
* User mode code can now run !Alexis2112009-10-171-0/+11
* Heap is now in a separate class, Heap.Alexis2112009-10-131-1/+2
* Tasking now works with linked listsAlexis2112009-10-111-2/+2
* Added a nice animation for the melon logo at bootAlexis2112009-10-101-6/+45
* Nothing, reallyAlexis2112009-10-091-1/+2
* Exiting from a thread now works without hanging everything.Alexis2112009-10-091-3/+3
* The kernel shell is now in an independent class, KernelShell::Alexis2112009-10-021-160/+13
* Nothing intrestingAlexis2112009-09-261-2/+2
* Implemented FileVT.Alexis2112009-09-201-1/+1
* Implemented PipeVT.Alexis2112009-09-201-0/+1
* Added some screenshots :)Alexis2112009-09-201-1/+1
* Keymaps are now loaded from ramfs.Alexis2112009-09-201-2/+10
* We now have scrollable virtual terminals !Alexis2112009-09-201-6/+9
* Lot of changes. Log now go to /System/Logs/*.logAlexis2112009-09-191-14/+17
* Implemented ByteArray and wf command.Alexis2112009-09-191-1/+18
* Changes in mutexes, vectors and VTs :Alexis2112009-09-181-2/+2
* Color scheme is now configured in Config.hAlexis2112009-09-171-9/+9
* Added stuff to WChar and String classes.Alexis2112009-09-161-0/+3
* cat command now uses the File class.Alexis2112009-09-151-11/+9
* Added some screenshots and modified some stuff.Alexis2112009-09-151-4/+4
* Added a few commands to kernel shell (rm && mkdir).Alexis2112009-09-141-10/+26
* Class for file descriptors introduced : File. Not used yet.Alexis2112009-09-131-1/+2
* Changed welcome text and added a few error messages.Alexis2112009-09-131-8/+14
* We now can navigate in the VFS using the integrated shell.Alexis2112009-09-131-27/+64
* Kernel can now load an Initrd.Alexis2112009-09-131-6/+6
* Ram file system seems to work \o/Alexis2112009-09-131-0/+26
* Fixed some bugsAlexis2112009-09-121-4/+4