aboutsummaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: build targets properly from subdirsHEADmasterAqua-sama2021-03-301-21/+16
|
* Move MemoryAllocator to libkAqua-sama2021-03-281-5/+4
|
* clang-tidy fixesAqua-sama2021-03-271-1/+4
|
* makefile: make makefile recursiveAqua-sama2021-03-251-44/+23
|
* makefile: add clang-tidy targetAqua-sama2021-03-251-3/+15
|
* Place bootstrap code into multiboot sectionAqua-sama2021-03-211-1/+1
|
* Check multiboot2 header length, and if needed map the next page as wellAqua-sama2021-03-211-3/+3
|
* Switch lto to fullAqua-sama2021-03-161-1/+0
|
* Fix compile failure without -O2Aqua-sama2021-03-151-1/+1
| | | | Linking fails without lto on
* Enable ThinLTOAqua-sama2021-03-151-2/+3
|
* Add conf and mconf source codeAqua-sama2021-03-131-1/+10
|
* Add linker script to ld dependsAqua-sama2021-03-111-2/+2
|
* Move elf and iso to builddirAqua-sama2021-03-091-11/+11
|
* Map kernel to higher halfAqua-sama2021-03-091-1/+1
|
* Move multiboot header to its own sectionAqua-sama2021-03-071-1/+4
|
* libk: add int_t min max size constantsAqua-sama2021-03-051-4/+9
|
* pass cpu_state_t to interrupt handlerAqua-sama2021-03-041-1/+1
|
* Enable interruptsAqua-sama2021-02-221-1/+1
|
* KconfigAqua-sama2021-02-211-5/+6
|
* Add grub build instructionsAqua-sama2021-02-141-4/+4
|
* Fix makefile not rebuilding on changes in header filesAqua-sama2021-02-131-4/+4
|
* Add comments to explain CGA ports betterAqua-sama2021-02-111-2/+4
|
* Generate target dependency filesAqua-sama2021-02-111-11/+4
|
* Add some compiler warningsAqua-sama2021-02-091-1/+2
|
* Rename kernel/ to src/Aqua-sama2021-02-071-2/+2
|
* Rewrite makefileAqua-sama2021-02-071-40/+34
|
* libk: add some testsAqua-sama2021-02-061-3/+7
| | | | - merge types.h and type_traits.h
* Add IntegerViewAqua-sama2021-02-051-4/+6
|
* Rewrite boot.s to use clang instead of nasmAqua-sama2021-02-031-8/+7
|
* Print some multiboot2 informationAqua-sama2021-02-021-10/+17
|
* libk: add its own makefileAqua-sama2021-01-311-14/+21
|
* Initial commitAqua-sama2021-01-311-0/+41