Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch improves memory utilization by making OSv use area below where kernel is loaded. This normally saves only 1M + 640K (low memory) howewer makes bigger difference when kernel_base in Makefile is bumped higher. So if one changes kernel_base to 10M then before this patch we would waste almost 10M of memory. Fixes #1012 Signed-off-by: Waldemar Kozaczuk <[email protected]> Message-Id: <[email protected]>
- Loading branch information