Skip to content

Commit

Permalink
Fix heap-size
Browse files Browse the repository at this point in the history
  • Loading branch information
davazp committed Apr 15, 2012
1 parent 595dcc8 commit 7882152
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion memory.fs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ require @kernel/multiboot.fs
dp-limit 2aligned constant heap-start
mem-upper-limit 1- 2 cells - 2aligned constant heap-end

heap-start heap-end - constant heap-size
heap-end heap-start - constant heap-size


struct
( reserved ) cell noname field
Expand Down

0 comments on commit 7882152

Please sign in to comment.