~oriansj/stage0-posix-amd64

b1acbfb1 — Andrius Štikonas 1 year, 1 month ago
cc_amd64.S: Simplify fixup_type function.
4f0b95f3 — Andrius Štikonas 1 year, 1 month ago
Add relocatable version of cc_amd64.S
Breaking change in M2libc v0.2.1

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~oriansj/stage0-posix-amd64
read/write
git@git.sr.ht:~oriansj/stage0-posix-amd64

You can also use your local clone with git send-email.

This folder contains the AMD64 specific parts of stage0-posix and was separated out to make integration in other projects in easier.

To use this in your project:

  1. add it as a git submodule (or just extract into a folder) named AMD64
  2. create a kaem.amd64 file (if you are using bootstrap-seeds)
  3. create an after.kaem file to hook your tools you wish to have built after these

The master location of this code is: https://github.com/oriansj/stage0-posix-amd64