summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core
Commit message (Collapse)AuthorAgeFilesLines
* Revive MelonAlex AUVOLAT2014-10-281-0/+2
|
* Nothing intresting...Alexis2112010-01-201-3/+3
|
* Changed the way virtual terminal commands are handledAlexis2112009-12-232-82/+18
| | | | | These commands include those for moving the cursor, showing/hiding it, changing the color, ...
* Merge branch 'master' into frameworkAlexis2112009-12-224-55/+201
|\ | | | | | | | | Conflicts: Melon.img
| * More work on the status barAlexis2112009-12-213-73/+71
| |
| * Made status bar into a namespace, and added functionnalitiesAlexis2112009-12-214-41/+155
| |
| * Added a simple status bar for loading progressAlexis2112009-12-201-5/+39
| |
| * Merge branch 'framework'Alexis2112009-12-202-3/+3
| |\ | | | | | | | | | | | | Conflicts: .gitignore
| * | Keyboard warning gets loggedAlexis2112009-12-201-4/+4
| | |
* | | Added template class Map<key, value>Alexis2112009-12-221-0/+2
| |/ |/|
* | [not really working] Started work on OStreamAlexis2112009-12-202-3/+3
|/
* make qemu-hdd now works greatAlexis2112009-11-292-2/+10
|
* Reading from HDD is now possible !Alexis2112009-11-293-0/+7
|
* 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-252-4/+59
|
* Screwy implementation of FATFS::readAlexis2112009-11-151-1/+1
|
* Reading from the FAT12-formatted floppy works \oAlexis2112009-11-152-1/+9
|
* Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-151-3/+2
|
* LMAlexis2112009-11-152-10/+15
|
* 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-142-3/+3
|
* Changed some things in the way init is handled.Alexis2112009-11-141-36/+57
| | | | | | Also : - Modified stuff in the GOL simulator - Added support for a kernel-built-in keymap
* Added a game of life simulator demoAlexis2112009-11-131-54/+0
|
* 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-103-3/+20
|
* 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-083-8/+30
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-081-0/+16
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-261-1/+1
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-243-2/+6
| | | | TextFile now is a common (= kernel and userland) library.
* More work on syscalls and shellAlexis2112009-10-231-0/+1
|
* More work on syscalls and shellAlexis2112009-10-232-3/+15
|
* Started working on user managmentAlexis2112009-10-211-0/+4
|
* Re-organized everythingAlexis2112009-10-187-104/+5
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-12/+1
| | | | The format is very simple, but an ELF loader is planned.
* User mode code can now run !Alexis2112009-10-172-1/+19
| | | | | | We have a sample process (hardcoded in ASM in Task.wtf.asm) that displays a's and sleeps 20ms, but it's on a hidden virtual terminal so it's useless :D
* Heap is now in a separate class, Heap.Alexis2112009-10-131-1/+2
|
* Tasking now works with linked listsAlexis2112009-10-112-5/+5
|
* Added a simple random generatorAlexis2112009-10-111-1/+1
|
* 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-092-4/+4
|
* 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
|