Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Advance HH, GDT, IDT (details below) | Alex Auvolat | 2014-12-01 | 1 | -2/+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) | ||||
* | Conformity of memset/memcpy ; implement memmove/memcmp. | Alex Auvolat | 2014-11-30 | 1 | -6/+27 |
| | |||||
* | More library functions & renaming. | Alex Auvolat | 2014-11-30 | 2 | -8/+68 |
| | |||||
* | Add debug output and a few elementary stdlib functions. | Alex Auvolat | 2014-11-30 | 2 | -0/+113 |