]> git.dujemihanovic.xyz Git - nameless-os.git/commitdiff
Compile stage3 in ELF format
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 18 Jun 2022 13:38:14 +0000 (15:38 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 22 Jun 2022 16:03:18 +0000 (18:03 +0200)
During linking it gets converted to a good old flat binary. This was done so
that the ELF loading code can be written in C, which will save me plenty of
headaches later.

Also, since with ELF that's possible, stack space for stage3 is now reserved and
set up in a similar (same) fashion to the kernel.


No differences found