Enter the query into the form above.
API method:
GET /api/symbols?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Read boot parameters from SYSTEM's (system or generation) "parameters" file and returns the corresponding <boot-parameters> object or #f if the format is unrecognized. The object has its kernel-arguments extended in order to make it bootable.
Return all the services of OS, including "essential" services.
Return the subset of mapped devices that must be installed during boot, from the initrd.
Return the boot script for OS---i.e., the code started by the initrd once we're running in the final root.
Return all the kernel arguments, including the ones not specified directly by the user. VERSION should match that of the target <boot-parameters> record object that will contain the kernel parameters.
Return that static part of the /etc directory of OS.
Return the subset of mapped devices that can be installed in user-land--i.e., those not needed during boot.
Return the list of essential services for OS. These are special services that implement part of what's declared in OS are responsible for low-level bookkeeping.