]> Zhao Yanbai Git Server - minix.git/commit
VM: align frame buffer 71/3171/1
authorDavid van Moolenbroek <david@minix3.org>
Fri, 4 Sep 2015 01:19:59 +0000 (03:19 +0200)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 17 Sep 2015 17:14:38 +0000 (17:14 +0000)
commit65c4b82f0262b0bf819c385fc9d0b36740f674ea
tree374a8d8b8ee3f409d4c323d505377853b56cd7ad
parent5ba2e6e6e868d6d5a7a581152ed6685eff59001d
VM: align frame buffer

Lack of alignment causes minix_stack_fill to produce an incorrect
frame layout, subsequently resulting in a crash of the started
process.  For now, we assume that the other callers of
minix_stack_fill do get an aligned buffer through sbrk(3), but this
may have to be changed later as well.

Change-Id: I1575bd62b050749d1a1aae7417310c91713462c3
minix/servers/vm/main.c