Update M2libc to pull in pwd for kaem.

This commit is contained in:
Andrius Štikonas 2022-12-28 21:49:04 +00:00
parent 990a2a2acc
commit 33714ff1dd
2 changed files with 1 additions and 3 deletions

2
M2libc

@ -1 +1 @@
Subproject commit 271845960266c09925f29b3324417c640618807e
Subproject commit 1b8dacd2acb82e3e598af946992f11cd6bc10e8b

View File

@ -109,8 +109,6 @@ We then build C version of `hex2` (also called `hex2`) and C version of `M0` cal
We now build `kaem` which is a more capable version of `kaem-optional` and adds support for variables, environmental variables, conditionals, aliases. It also has various built-ins such as `cd` and `echo`.
(NOTE that at the moment UEFI port of M2libc is still work in progress so not all features of `kaem` work).
### M2-Planet (built against full M2libc)
We can now rebuild `M2-Planet` so that it itself can benefit from full `M2libc`.