diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:21:07 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:21:07 +0100 |
| commit | 6e8ea08166b53507f38ed7f435728b7470a061ab (patch) | |
| tree | d0669f3a70963056dbd7ffc59ab04e5cd172c52e /userspace/Makefile | |
| parent | 1f460d7d4fcbf29e21b3da77eab247f528f02f19 (diff) | |
trying to port binutils
Diffstat (limited to 'userspace/Makefile')
| -rw-r--r-- | userspace/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/Makefile b/userspace/Makefile index 7ae91ee..ad2ae1e 100644 --- a/userspace/Makefile +++ b/userspace/Makefile @@ -9,7 +9,7 @@ CFLAGS+=--no-builtin-free LDFLAGS=-L/home/miguel/temp/fool-os-stuff/newlib-build-clean-new/i686-elf/newlib ext2.img: shell simple brainfuck add - dd if=/dev/zero of=ext2.img bs=512 count=500 + dd if=/dev/zero of=ext2.img bs=512 count=3500 sudo mkfs.ext2 -O none ext2.img -F mkdir mnt sudo mount ext2.img mnt @@ -21,6 +21,7 @@ ext2.img: shell simple brainfuck add cp simple mnt cp brainfuck mnt cp add mnt + cp ~/temp/fool-os-stuff/binutils-fool-build/binutils/ar.bin mnt sync sudo umount mnt rm mnt -rf |
