Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change qemu/bochs launch scripts. | Alex Auvolat | 2014-12-01 | 4 | -3/+9 |
| | |||||
* | Advance HH, GDT, IDT (details below) | Alex Auvolat | 2014-12-01 | 25 | -73/+630 |
| | | | | | | | | - 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) | ||||
* | No, this time really add it. | Alex Auvolat | 2014-11-30 | 3 | -2/+6 |
| | |||||
* | Add launch-qemu script. | Alex Auvolat | 2014-11-30 | 1 | -0/+5 |
| | |||||
* | Conformity of memset/memcpy ; implement memmove/memcmp. | Alex Auvolat | 2014-11-30 | 2 | -8/+31 |
| | |||||
* | More library functions & renaming. | Alex Auvolat | 2014-11-30 | 7 | -19/+88 |
| | |||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 12 | -130/+398 |
| | |||||
* | Bare bones. | Alex Auvolat | 2014-11-30 | 6 | -0/+325 |