aboutsummaryrefslogtreecommitdiff
path: root/kernel/l0/loader.s
Commit message (Collapse)AuthorAgeFilesLines
* Implement multitasking.Alex Auvolat2014-12-071-3/+4
|
* Add kernel stack protector. Find bug. Correct it.Alex Auvolat2014-12-061-2/+5
|
* Make paging work ! \o/Alex Auvolat2014-12-041-4/+4
|
* Begin implementation of pagingAlex Auvolat2014-12-021-3/+6
|
* Advance HH, GDT, IDT (details below)Alex Auvolat2014-12-011-48/+58
| | | | | | | | - 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)
* Bare bones.Alex Auvolat2014-11-301-0/+69