aboutsummaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2020-01-03add (not yet fully working - it can only send through uart now) interrupt-dri...Wojtek Kosior
2020-01-02demo of arm timer irqWojtek Kosior
2019-12-31don't statically define the unprivileged section (we're going to have many dy...Wojtek Kosior
2019-12-31use just implemented basic memory section allocation for processesWojtek Kosior
2019-12-31typoWojtek Kosior
2019-12-31determine amount of memory availableWojtek Kosior
2019-12-31handle atags in C code, print (some of) it's contentsWojtek Kosior
2019-12-30inform about values passed to the kernelWojtek Kosior
2019-12-30io api reworkWojtek Kosior
2019-12-28split kernel into 2 stages; second stage gets copied to 0x0 and runs from thereWojtek Kosior