Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement ELF loading ; arrange so that user processes run. | Alex Auvolat | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Prepare for user memory management and usermode code | Alex Auvolat | 2015-02-13 | 1 | -2/+1 |
| | |||||
* | Reorganize all. | Alex Auvolat | 2015-02-09 | 1 | -2/+3 |
| | |||||
* | Trying to track an annoying bug. | Alex Auvolat | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Make paging work ! \o/ | Alex Auvolat | 2014-12-04 | 1 | -1/+1 |
| | |||||
* | Change qemu/bochs launch scripts. | Alex Auvolat | 2014-12-01 | 1 | -2/+1 |
| | |||||
* | Advance HH, GDT, IDT (details below) | Alex Auvolat | 2014-12-01 | 1 | -0/+7 |
- 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) |