aboutsummaryrefslogtreecommitdiff
path: root/kernel/head.S
Commit message (Expand)AuthorAgeFilesLines
* Run a hart lottery on SMPMiquel Sabaté Solà2024-12-031-0/+17
* Simplify how we fetch the load addressMiquel Sabaté Solà2024-12-031-2/+2
* Simplify the constant on the size of the stackMiquel Sabaté Solà2024-12-031-1/+1
* Share the same stack everywhereMiquel Sabaté Solà2024-12-021-3/+5
* Prepend the name of the task on debugMiquel Sabaté Solà2024-12-021-3/+3
* Document what we mean by scheduling on this kernelMiquel Sabaté Solà2024-11-301-1/+3
* Allow the kernel to run as a Linux imageMiquel Sabaté Solà2024-11-291-0/+52
* Enable the timer from the SBI interfaceMiquel Sabaté Solà2024-11-221-0/+4
* Add basic parsing for underlying ELF executablesMiquel Sabaté Solà2024-11-221-2/+2
* Setup the stack for an init taskMiquel Sabaté Solà2024-11-191-3/+52
* Bootstrap the projectMiquel Sabaté Solà2024-08-241-0/+6