aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move MemoryAllocator to libkAqua-sama2021-03-281-2/+1
|
* clang-tidy fixesAqua-sama2021-03-271-2/+2
|
* Check multiboot2 header length, and if needed map the next page as wellAqua-sama2021-03-211-7/+16
|
* Add allocatorAqua-sama2021-03-201-3/+18
|
* cpuid: show manufacturer and modelAqua-sama2021-03-171-0/+6
|
* CGA: map and set buffer address in kernel mainAqua-sama2021-03-141-7/+11
|
* vmm: map multiboot structsAqua-sama2021-03-111-1/+8
|
* Add linker script to ld dependsAqua-sama2021-03-111-1/+1
|
* vmm: display segment map infoAqua-sama2021-03-101-13/+5
|
* Map kernel to higher halfAqua-sama2021-03-091-4/+4
|
* GDT: flush segment registers on lgdtAqua-sama2021-03-061-3/+2
|
* add broken SchedulerAqua-sama2021-03-051-0/+2
|
* Add keyboard driverAqua-sama2021-02-281-0/+6
|
* Fix interrupts causing exception 0xdAqua-sama2021-02-281-8/+1
|
* Enable interruptsAqua-sama2021-02-221-10/+11
|
* KconfigAqua-sama2021-02-211-2/+5
|
* Call global constructorsAqua-sama2021-02-211-4/+14
|
* Add IDTAqua-sama2021-02-161-1/+4
|
* Add SerialPort self-test to constructorAqua-sama2021-02-121-1/+1
|
* Add serial0 console outputAqua-sama2021-02-121-1/+5
|
* Add comments to explain CGA ports betterAqua-sama2021-02-111-2/+2
|
* Add more comments to GDT codeAqua-sama2021-02-091-0/+4
|
* Loading GDTAqua-sama2021-02-071-3/+12
|
* Rename kernel/ to src/Aqua-sama2021-02-071-0/+26