]> git.dujemihanovic.xyz Git - nameless-os.git/commit
Add C code for enabling paging in bootloader
authorDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 21 Jun 2022 13:30:41 +0000 (15:30 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 22 Jun 2022 16:03:18 +0000 (18:03 +0200)
commit485fd9b6752dd8590ac786397e9a0a4487860290
treedd7aace18c90a74d2c2c3c353dcac804f8234f3b
parent320a0c820a129a39cc6a8a383ea4e2770f3ee50b
Add C code for enabling paging in bootloader

Also compile the bootloader as ELF as well for easier debugging.
Makefile
boot/x86/Makefile
boot/x86/stage3/loader.s
boot/x86/stage3/paging.c [new file with mode: 0644]
boot/x86/stage3/paging.s [deleted file]
kernel/entry.s