summaryrefslogtreecommitdiff
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Added a simple status bar for loading progressAlexis2112009-12-203-5/+44
|
* Same optimisation for VESADisplayAlexis2112009-12-203-0/+19
|
* Text scrolling optimisation for VGATextOutputAlexis2112009-12-202-0/+13
|
* Merge branch 'framework'Alexis2112009-12-2033-52/+598
|\ | | | | | | | | Conflicts: .gitignore
| * Some reorganisationAlexis2112009-12-204-1375/+5
| |
| * rot13, demo app for StreamApp, is working :)Alexis2112009-12-2012-13/+1434
| |
| * [not tested] Introduced StreamApp.classAlexis2112009-12-209-1325/+79
| |
| * Added file streams and string streamsAlexis2112009-12-2016-498/+625
| |
| * Worked on IStream. Seems to workAlexis2112009-12-2011-16/+1526
| |
| * [not really working] Started work on OStreamAlexis2112009-12-2011-25/+129
| |
* | Keyboard warning gets loggedAlexis2112009-12-201-4/+4
|/
* Minor changesAlexis2112009-12-192-4/+7
|
* Nothing, reallyAlexis2112009-12-192-2/+19
|
* Nothing, reallyAlexis2112009-12-181-1/+1
|
* Added some option handling featurs to the default ShellApp classAlexis2112009-12-1715-30/+197
|
* New model, object-oriented, for applicationsAlexis2112009-12-1613-86/+160
|
* Nothing, reallyAlexis2112009-12-161-1/+2
|
* CorrectionsAlexis2112009-12-094-23/+23
|
* Merge branch 'master' into mountpointsAlexis2112009-12-094-0/+8
|\ | | | | | | | | Conflicts: Makefile
| * Some changesAlexis2112009-12-094-0/+8
| |
* | Merge branch 'master' into mountpointsAlexis2112009-12-0911-92/+120
|\|
| * Change on memory handling, and .iface.h files documented.Alexis2112009-12-0911-92/+120
| |
* | make qemu-hdd now works greatAlexis2112009-11-2910-16/+51
| |
* | Merge branch 'mountpoints' of github.com:Alexis211/Melon into mountpointsAlexis2112009-11-291-0/+2
|\ \
| * \ Merge branch 'mountpoints' of github.com:Alexis211/Melon into mountpointsAlexis2112009-11-2945-129/+1064
| |\ \ | | |/ | |/|
| * | Minor editAlexis2112009-11-291-0/+2
| | |
| * | Game Of Life simulator fixedAlexis2112009-11-152-15/+18
| | |
* | | Reading from HDD is now possible !Alexis2112009-11-2911-8/+244
| |/ |/|
* | Fixed some stuffAlexis2112009-11-284-15/+15
| |
* | Caching mechanism added and floppy driver fixed on qemu/vboxAlexis2112009-11-2811-27/+157
| |
* | Some bugfixesAlexis2112009-11-276-10/+16
| |
* | Added some screenshots, re-organized some stuff.Alexis2112009-11-2715-83/+150
| |
* | Re-organized file system stuff.Alexis2112009-11-2511-20/+113
| |
* | Fixed FATFS::readAlexis2112009-11-257-19/+53
| | | | | | | | | | | | | | - Also added a HDD image, will be used later - Also modified a bit the fdc driver - Also added a hexdump function to kernel shell for dumping file contents
* | Reading from floppys supposedly fixed in qemuAlexis2112009-11-246-15/+29
| |
* | Multiple things :Alexis2112009-11-245-35/+98
| | | | | | | | | | | | - Partially fixed FATFS::read - Corrected some unicode encoding/decoding related stuff - Implemented LFN entries parsing
* | Screwy implementation of FATFS::readAlexis2112009-11-152-3/+27
| |
* | Reading from the FAT12-formatted floppy works \oAlexis2112009-11-1510-18/+392
| |
* | Mount points seem to work, mostly owing to dark magic.Alexis2112009-11-1511-30/+163
|/
* LMAlexis2112009-11-155-14/+32
|
* Changed the way keyboard handling works, fixing a bug.Alexis2112009-11-146-22/+31
|
* Added screenshots and a grub entry for the GOL simulator.Alexis2112009-11-144-14/+11
|
* Changed some things in the way init is handled.Alexis2112009-11-145-89/+120
| | | | | | Also : - Modified stuff in the GOL simulator - Added support for a kernel-built-in keymap
* Added a game of life simulator demoAlexis2112009-11-1324-102/+273
|
* 8bpp modes now supported :)Alexis2112009-11-115-6/+87
|
* 15bpp and 16bpp modes are now supported correctlyAlexis2112009-11-116-31/+77
|
* Modified the way of calling V86 procedures, and calling BIOS intsAlexis2112009-11-1114-143/+176
|
* More workAlexis2112009-11-115-23/+103
|
* VESA works !Alexis2112009-11-1111-94/+92
|
* Started working on some 2D graAlexis2112009-11-1021-34/+915
|