mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 21:40:56 +11:00
838c88459b
Otherwise, when editing a file with VE, we would constantly write to disk, which is a bit inefficient.
17 lines
97 B
Plaintext
17 lines
97 B
Plaintext
: WIPE BLK( 1024 0 FILL BLK!! ;
|
|
|
|
( src dst -- )
|
|
: COPY FLUSH SWAP BLK@ BLK> ! BLK! ;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|