sos

[unmaintained] experimenting with low level OS development
Log | Files | Refs | README | LICENSE

commit 4fe48287b862385075279312d8863c37be3b63ad
parent 70a0e7557c5fdcda0d9047a42a7a034b95d77cf1
Author: Stefan <misc@stefan-koch.name>
Date:   Mon, 19 Oct 2015 20:20:25 +0200

added nobits option for uninitialized data

Diffstat:
Mboot.asm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot.asm b/boot.asm @@ -4,7 +4,7 @@ align 4 dd 0003h ; set align boot modules to page boundaries, supply memory map dd -(1BADB002h + 0003h) -section .bootstrap_stack +section .bootstrap_stack nobits stack_bottom: resb 16384 ; 16 KiB stack_top: