Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Beginning of tk.lua | Alex Auvolat | 2017-05-04 | 1 | -1/+1 |
| | |||||
* | Truetype fonts | Alex Auvolat | 2017-05-03 | 1 | -0/+1 |
| | |||||
* | Mouse cursor! | Alex Auvolat | 2017-05-03 | 1 | -0/+2 |
| | |||||
* | Lua init | Alex Auvolat | 2017-04-21 | 1 | -1/+4 |
| | |||||
* | First lua app | Alex Auvolat | 2017-04-19 | 1 | -0/+5 |
| | |||||
* | First code for lx (Lua eXtended) | Alex Auvolat | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | Mini reorganization | Alex Auvolat | 2017-04-19 | 1 | -9/+7 |
| | |||||
* | More Lua works | Alex Auvolat | 2017-01-14 | 1 | -0/+3 |
| | |||||
* | Release mode (enables some optimizations) ; fix tests. | Alex Auvolat | 2016-07-30 | 1 | -7/+22 |
| | |||||
* | Use elf symbol table instead of map file for kernel | Alex Auvolat | 2016-07-30 | 1 | -6/+4 |
| | |||||
* | Add Lua source, not compiled yet as libc/libm functions remain unimplemented | Alex Auvolat | 2016-07-15 | 1 | -6/+11 |
| | |||||
* | cppcheck integration ; not much | Alex Auvolat | 2016-07-15 | 1 | -4/+4 |
| | |||||
* | Migrate to BAM build tool | Alex Auvolat | 2016-07-13 | 1 | -11/+11 |
| | |||||
* | Fix blocking channel && channel write on circular-overflow. (see ipc.c) | Alex Auvolat | 2015-03-14 | 1 | -1/+1 |
| | |||||
* | Basis for a shell. | Alex Auvolat | 2015-03-13 | 1 | -0/+1 |
| | |||||
* | Begin implement terminal | Alex Auvolat | 2015-03-13 | 1 | -0/+1 |
| | |||||
* | Add keyboard handling code. New font thanks to Muazzam from OSDev! | Alex Auvolat | 2015-03-11 | 1 | -2/+6 |
| | |||||
* | Add better stack tracing technology (now uses kernel memory map!) | Alex Auvolat | 2015-03-11 | 1 | -0/+2 |
| | |||||
* | Refactor ; add default font (8x16 standard VGA font). | Alex Auvolat | 2015-03-11 | 1 | -0/+3 |
| | |||||
* | Things are happenning ; lots of bugs. | Alex Auvolat | 2015-03-10 | 1 | -7/+13 |
| | |||||
* | Rename & cleanup. | Alex Auvolat | 2015-03-10 | 1 | -3/+20 |
| | |||||
* | Complete ISO9660 impl ; some strange wtf is going on. | Alex Auvolat | 2015-02-24 | 1 | -0/+1 |
| | |||||
* | Fix mchmap. Lesson : invalid pointer dereferences happen! with unexpected ↵ | Alex Auvolat | 2015-02-14 | 1 | -0/+1 |
| | | | | results. | ||||
* | Rebrand | Alex Auvolat | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Advance HH, GDT, IDT (details below) | Alex Auvolat | 2014-12-01 | 1 | -0/+15 |
- Implement higher-half in loader with paging (using 4Mb pages) - Add GDT installation code - Add IDT installation code (spend a loong time debugging the ISRs!) - Add CDROM generation scripts - Add scripts to launch bochs (debug) and qemu (debug) |