]> 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:05:58 +0000 (18:05 +0200)
commitf9f5d56cc790530b8470b6a565cdd0205c656a89
tree0c6195ad17f3ca45f0945358797e35e1a859ef4c
parent8ca60f51b2566a2f839eb2b83633eab654a0d5ad
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