🆕 pwd命令

This commit is contained in:
fslongjin
2022-05-24 16:37:28 +08:00
parent afeca18206
commit 8246c1c9e2
9 changed files with 474 additions and 73 deletions

View File

@ -13,7 +13,7 @@ SECTIONS
{
_text = .;
init.o(.text)
*(.text)
_etext = .;
}