diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-10-22 21:21:32 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-10-22 21:21:32 +0200 |
| commit | 55365e593c27b57c50a7369597bd14f110ba8cb6 (patch) | |
| tree | c88de36646fd9ebee7ed270fbd35285417715fe7 /fs/Makefile | |
| parent | 95450710a8b8290a110686d78c2357d3920bcda5 (diff) | |
reading userprogramm from ext2 ramimage!
Diffstat (limited to 'fs/Makefile')
| -rw-r--r-- | fs/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/fs/Makefile b/fs/Makefile deleted file mode 100644 index d339621..0000000 --- a/fs/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -run: a.out - ./a.out < ext2.img -a.out: ext2.c - gcc ext2.c -std=c11 -filesys: - dd if=/dev/zero of=ext2.img bs=512 count=10000 - sudo mkfs.ext2 -O none ext2.img - mkdir mnt - sudo mount ext2.img mnt - sudo chown miguel mnt - mkdir mnt/miguel - echo "hello one" > mnt/miguel/test1.txt - echo "hello two" > mnt/test2.txt - sync - - |
