This website requires JavaScript.
Explore
Help
Sign In
andrey
/
osblog
Watch
1
Star
0
Fork
0
You've already forked osblog
mirror of
https://github.com/sgmarz/osblog.git
synced
2024-11-24 10:26:20 +04:00
Code
Issues
Projects
Releases
Wiki
Activity
23bca871a6
osblog
/
risc_v
/
chapters
/
ch9
/
make_hdd.sh
4 lines
56 B
Bash
Raw
Normal View
History
Unescape
Escape
Added chapter 9
2020-03-10 21:52:09 +04:00
#!/bin/sh
Added block request read. Quite dirty, but for now it works
2020-03-13 03:47:58 +04:00
dd
if
=
/dev/urandom
of
=
hdd.dsk
bs
=
1M
count
=
32
Reference in New Issue
Copy Permalink