summaryrefslogtreecommitdiff
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|
* Switching to text mode now really switches to text mode.Alexis2112009-11-085-19/+21
|
* Worked on graphics mode selection, in prevision for having VESA grpahicsAlexis2112009-11-087-72/+123
|
* Nothing, really : put some utility functions in V86.nsAlexis2112009-11-087-49/+82
|
* Introduced V86 mode. It really fits in nicely :)Alexis2112009-11-0817-27/+353
|
* Introduced PaperWork : our init/login manager.Alexis2112009-11-0820-155/+309
| | | | Login with user=root;pass=admin or user=alexis211;pass=iamgod
* Arranged some paperworkAlexis2112009-10-291-2/+3
|
* Some changes...Alexis2112009-10-267-16/+16
|
* Made some minor changes, for compatibilityNicolas BERNSTEIN2009-10-267-12/+14
|
* More work on syscalls : userland applications can run other apps.Alexis2112009-10-2410-11/+145
|
* More work on userland syscalls : Files are implemented.Alexis2112009-10-2439-153/+419
| | | | TextFile now is a common (= kernel and userland) library.
* Added some screenshots (\o/) and implemented mkdir in userland.Alexis2112009-10-239-5/+75
|
* Some changes, and implemented rm in userland shell.Alexis2112009-10-2315-25/+87
|
* More work on syscalls and shellAlexis2112009-10-2316-9/+176
|
* More work on syscalls and shellAlexis2112009-10-2332-27/+252
|
* Merge branch 'master' into usermgmtAlexis2112009-10-234-4/+10
|\
| * Fixed a bug with paging/tasking.Alexis2112009-10-234-4/+10
| |
* | Nothing reallAlexis2112009-10-232-1/+4
| |
* | Started working on user managmentAlexis2112009-10-2114-19/+266
|/
* More workAlexis2112009-10-2115-47/+91
|
* Started working on a userland shellAlexis2112009-10-2011-5/+139
| | | | This means I'll have to do syscalls for everything I need.
* Implemented static syscalls, specific to a class and not an object.Alexis2112009-10-2015-9/+60
|
* We now have call tables for ressources.Alexis2112009-10-2016-117/+153
| | | | instead of adding calls to ressource in the constructor.
* More work on syscallsAlexis2112009-10-1815-3/+100
|
* Mem::kalloc and Mem::kfree renamed to Mem::alloc and Mem::kfreeAlexis2112009-10-1815-36/+37
| | | | | | | I renamed them so that they could have the same name in userland and in kernel space. We'll just know that if we're writing kernel code then we are allocating stuff in kernel memory, and if we're writing user code then we're allocating userland memory.
* Heap included as well in userland libraryAlexis2112009-10-1819-23/+166
|
* More work on syscallsAlexis2112009-10-1811-11/+116
|
* Syscall interface starts being implemented !Alexis2112009-10-1820-26/+338
|
* Re-organized everythingAlexis2112009-10-1862-80/+164
|
* We can now load ELF binaries !!!Alexis2112009-10-1811-22/+164
|
* Loading binaries now is done through a much more unified interface.Alexis2112009-10-1815-27/+154
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-1718-33/+94
| | | | The format is very simple, but an ELF loader is planned.
* nothingAlexis2112009-10-171-1/+2
|