Skip to content

Commit

Permalink
Merge branch 'main' of ssh://gh/satoru-takeuchi/linux-in-practice-2nd
Browse files Browse the repository at this point in the history
  • Loading branch information
satoru-takeuchi committed Oct 30, 2022
2 parents da314dc + d3cc272 commit 3c6f8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-memory-management/demand-paging.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
def show_message(msg):
print("{}: {}".format(datetime.datetime.now().strftime("%H:%M:%S"), msg))

show_message("新規メモリ領域獲得前。Enterキーを押すと100iMBの新規メモリ領域を獲得します: ")
show_message("新規メモリ領域獲得前。Enterキーを押すと100MiBの新規メモリ領域を獲得します: ")
input()

# mmap()システムコールの呼び出しによって100MiBのメモリ領域を獲得
Expand Down

0 comments on commit 3c6f8c3

Please sign in to comment.