- moved the int86 code out of the 2nd stage boot loader code, and into a
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 29 May 2019 18:53:48 +0000 (21:53 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 29 May 2019 18:53:48 +0000 (21:53 +0300)
commit7dcd5071e600f8cf48174d1fddb3dba57ec9476d
treef1b01b66dd7f44ef38dd821809d33758212882eb
parentc1a6b9caf99005e0496f51d07b727ac73d09e3fd
- moved the int86 code out of the 2nd stage boot loader code, and into a
  new lowcode.s file with its own section (.lowtext) which is placed in
  low memory alongside the boot loader by the linker (backported from
  256boss).
Makefile
pcboot.ld
src/boot/boot2.s
src/lowcode.s [new file with mode: 0644]