Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mouse code | Alex Auvolat | 2017-04-24 | 1 | -1/+2 |
| | |||||
* | Fix stuff | Alex Auvolat | 2016-07-30 | 1 | -0/+2 |
| | |||||
* | Release mode (enables some optimizations) ; fix tests. | Alex Auvolat | 2016-07-30 | 1 | -2/+6 |
| | |||||
* | Use elf symbol table instead of map file for kernel | Alex Auvolat | 2016-07-30 | 1 | -11/+18 |
| | |||||
* | Fix sme warnings... | Alex Auvolat | 2016-07-14 | 1 | -4/+4 |
| | |||||
* | Add delta wrt. function in stack dump | Alex Auvolat | 2016-07-13 | 1 | -6/+14 |
| | |||||
* | Fix tests | Alex Auvolat | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | Factorize region allocator between kernel and user processes (same code was ↵ | Alex Auvolat | 2015-03-14 | 1 | -1/+2 |
| | | | | there twice) | ||||
* | Add better stack tracing technology (now uses kernel memory map!) | Alex Auvolat | 2015-03-11 | 1 | -0/+6 |
| | |||||
* | Add pckbd driver. | Alex Auvolat | 2015-03-11 | 1 | -1/+3 |
| | |||||
* | VESA mode setting ; displays kogata logo! | Alex Auvolat | 2015-03-09 | 1 | -1/+4 |
| | |||||
* | Implement V86 monitor and VESA mode detection. | Alex Auvolat | 2015-03-09 | 1 | -0/+2 |
| | |||||
* | Nullfs now uses pager. | Alex Auvolat | 2015-03-09 | 1 | -3/+6 |
| | |||||
* | Add PRNG | Alex Auvolat | 2015-03-08 | 1 | -0/+10 |
| | |||||
* | Implement wait and exec. | Alex Auvolat | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | Fix calculations in iso9660_fh_read | Alex Auvolat | 2015-02-24 | 1 | -16/+0 |
| | |||||
* | Complete ISO9660 impl ; some strange wtf is going on. | Alex Auvolat | 2015-02-24 | 1 | -0/+16 |
| | |||||
* | Fix a bug (dispose in pciide should not exist) | Alex Auvolat | 2015-02-24 | 1 | -1/+1 |
| | |||||
* | Change VFS a bit : the root directory of a fs is now a pointer. Fix tests. | Alex Auvolat | 2015-02-24 | 1 | -4/+4 |
| | |||||
* | Make way for ISO 9660 driver. | Alex Auvolat | 2015-02-24 | 1 | -9/+118 |
| | |||||
* | Add PCI IDE driver (only PIO mode, no DMA yet.) | Alex Auvolat | 2015-02-24 | 1 | -0/+2 |
| | |||||
* | PCI enumeration ; rename dev:/ to io:/ | Alex Auvolat | 2015-02-24 | 1 | -11/+16 |
| | |||||
* | Change mode of operation for mmap_file (see readme) | Alex Auvolat | 2015-02-20 | 1 | -10/+2 |
| | |||||
* | Think a bit ; ioctls only on open file descriptors. | Alex Auvolat | 2015-02-20 | 1 | -15/+2 |
| | |||||
* | Add kernel worker threads for handling various tasks (eg. interrupts) | Alex Auvolat | 2015-02-19 | 1 | -5/+14 |
| | |||||
* | Userland test infrastructure | Alex Auvolat | 2015-02-19 | 1 | -1/+1 |
| | |||||
* | Several things : | Alex Auvolat | 2015-02-19 | 1 | -2/+2 |
| | | | | | | | - disambiguate syscall.h : kernel syscall.h moved to sct.h - fix btree_remove_v !! (munmap fucked up stuff before) - make nullfs's directory listing non-exclusive (it actually copies the listing on open() and readdir()'s from that copy) | ||||
* | Many things : | Alex Auvolat | 2015-02-14 | 1 | -1/+5 |
| | | | | | | - fix context switching (it actually worked only because of optimizations!) - complete mchmap implementation - adjust elf parser to load binaries correctly even without FM_MMAP | ||||
* | Add first btree test ; fix first btree test. | Alex Auvolat | 2015-02-14 | 1 | -1/+1 |
| | |||||
* | Rearrange testing architecture : just type 'make run_tests' | Alex Auvolat | 2015-02-14 | 1 | -190/+19 |
| | |||||
* | Change hashtbl memory freeing method | Alex Auvolat | 2015-02-14 | 1 | -4/+4 |
| | |||||
* | Begin implementation of syscalls. | Alex Auvolat | 2015-02-13 | 1 | -0/+3 |
| | |||||
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 1 | -0/+19 |
| | |||||
* | Isolate cmdline test ; rename tests. | Alex Auvolat | 2015-02-13 | 1 | -16/+27 |
| | |||||
* | Cleanup output. | Alex Auvolat | 2015-02-13 | 1 | -48/+74 |
| | |||||
* | Begin implementation of nullfs. | Alex Auvolat | 2015-02-12 | 1 | -3/+1 |
| | |||||
* | Adjust nullfs header | Alex Auvolat | 2015-02-12 | 1 | -2/+10 |
| | |||||
* | kmain.c is kind of an example of how the VFS should be used from the outside... | Alex Auvolat | 2015-02-12 | 1 | -13/+18 |
| | |||||
* | Nullfs in good shape : can read a ram file. | Alex Auvolat | 2015-02-09 | 1 | -1/+12 |
| | |||||
* | Remove file that shouldn't be here. | Alex Auvolat | 2015-02-09 | 1 | -3/+14 |
| | |||||
* | Work on nullfs | Alex Auvolat | 2015-02-09 | 1 | -5/+8 |
| | |||||
* | Make way for nullfs | Alex Auvolat | 2015-02-09 | 1 | -7/+48 |
| | |||||
* | Start work on filesystems. | Alex Auvolat | 2015-02-09 | 1 | -16/+33 |
| | |||||
* | Change readme, remove unused code, changed hashtbl to add key freeing function. | Alex Auvolat | 2015-02-09 | 1 | -2/+2 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -0/+215 |