updated readme
This commit is contained in:
parent
548be13ede
commit
247a66cad1
|
@ -5,18 +5,18 @@ it allocates memory *(in gibibytes (GiB))*
|
|||
## how to use
|
||||
|
||||
- run the executable
|
||||
- enter how many gibibytes you want (max is how many gibibytes of memory you have)
|
||||
- enter how many gibibytes you want (max is how many gibibytes of memory you have...or more!)
|
||||
- confirm (y)
|
||||
- wait for the program to allocate the memory
|
||||
- your memory is allocated
|
||||
- press any key or CTRL+C to free the memory and exit the program
|
||||
- press ENTER or CTRL+C to free the memory and exit the program
|
||||
- ???
|
||||
- profit
|
||||
|
||||
## how to compile
|
||||
|
||||
- get a c compiler (i use gcc)
|
||||
- `gcc -o ./allocatememory.exe ./main.c`
|
||||
- `gcc -o ./allocatememory ./main.c`
|
||||
- ???
|
||||
- profit
|
||||
|
||||
|
|
Loading…
Reference in a new issue