update freestanding study
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# freestanding
|
||||
|
||||
```bash
|
||||
g++ -c -o free.o free.cpp
|
||||
ld -o free free.o
|
||||
|
||||
objdump -x free
|
||||
|
||||
# g++ -c -nostdlib -o free free.cpp
|
||||
```
|
||||
Reference in New Issue
Block a user