]> git.dujemihanovic.xyz Git - nameless-os.git/commit
Get memory map from BIOS E820
authorDuje Mihanović <duje.mihanovic@skole.hr>
Fri, 17 Jun 2022 18:47:51 +0000 (20:47 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 22 Jun 2022 16:03:18 +0000 (18:03 +0200)
commitd00271672b67f2f05d061dcdc7e5c2c8d031f14a
tree0c6195ad17f3ca45f0945358797e35e1a859ef4c
parente643590fbf5d867cc6f7fb597718a980aa8f72b4
Get memory map from BIOS E820

The entry order is reversed, but otherwise the map makes sense. Also print the
map out to screen.
boot/x86/stage3/e820.s [new file with mode: 0644]
boot/x86/stage3/loader.s
include/arch/x86/tty.h
kernel/arch/x86/tty/tty.c
kernel/entry.s
kernel/kernel.c