aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Simplify the qemu target by removing QEMU_BIOSMiquel Sabaté Solà2024-11-301-5/+0
* Fix gdb target by not removing ELF executableMiquel Sabaté Solà2024-11-291-1/+0
* Allow the kernel to run as a Linux imageMiquel Sabaté Solà2024-11-291-8/+16
* Use mktemp when generating the archiveMiquel Sabaté Solà2024-11-271-7/+5
* Move initrd.c into libMiquel Sabaté Solà2024-11-261-1/+1
* Move string.S to the lib directoryMiquel Sabaté Solà2024-11-261-1/+1
* Add a make target for producing a release archiveMiquel Sabaté Solà2024-11-251-8/+22
* tests: Only test initrd addresses on debugMiquel Sabaté Solà2024-11-251-1/+1
* Simplify scheduling by introducing an init processMiquel Sabaté Solà2024-11-241-1/+1
* usr: Rename foo/bar to fizz/buzzMiquel Sabaté Solà2024-11-221-1/+1
* Initial parsing of the provided initrd fileMiquel Sabaté Solà2024-11-211-8/+10
* ci: Make the build work for Ubuntu 24.04Miquel Sabaté Solà2024-11-201-2/+2
* Ensure the environment is clean on QEMU launchMiquel Sabaté Solà2024-11-201-4/+4
* Fetch the initrd address from the DTB blobMiquel Sabaté Solà2024-11-201-19/+39
* Setup the stack for an init taskMiquel Sabaté Solà2024-11-191-7/+7
* usr: Make sure usr/bin/ existsRicardo B. Marliere2024-11-191-0/+1
* usr: Bootstrap the initramfs for the kernelMiquel Sabaté Solà2024-11-181-10/+39
* Load debug symbols on the gdb targetMiquel Sabaté Solà2024-09-241-11/+16
* Add CI jobMiquel Sabaté Solà2024-09-241-2/+6
* Bootstrap the projectMiquel Sabaté Solà2024-08-241-0/+90