Skip to content

Commit

Permalink
loader: Create loader_simp(8) to document simple version of loader
Browse files Browse the repository at this point in the history
loader_simp is a much simplified version of loader that will process a
linear sequence of commands from loader.rc. It has neither Forth nor Lua
built in and is much smaller. Document it. This is largely copied from
loader.8 since it implements those built-in commands. Future revisions
will fix this duplication.

Sponsored by:		Netflix
  • Loading branch information
bsdimp committed Jul 14, 2021
1 parent 13c98cd commit 9873c80
Show file tree
Hide file tree
Showing 2 changed files with 763 additions and 0 deletions.
1 change: 1 addition & 0 deletions stand/man/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
M.${MK_EFI}+= boot1.efi.8
M.yes+= loader.8
M.${MK_EFI}+= loader.efi.8
M.yes+= loader_simp.8

MAN=${M.yes}

Expand Down
Loading

0 comments on commit 9873c80

Please sign in to comment.