← Back to context Comment by jart 3 years ago Did you really think Apple would give you the tools to build your own operating system? 1 comment jart Reply anta40 3 years ago Hmm no idea. I only build 1 OS on my Mac: https://github.com/mit-pdos/xv6-public.It obviously won't compile with Apple's gcc (which actually is a clang wrapper), so have to install another compiler (i386-elf-gcc).But on my Debian box, it works with the standard gcc.
anta40 3 years ago Hmm no idea. I only build 1 OS on my Mac: https://github.com/mit-pdos/xv6-public.It obviously won't compile with Apple's gcc (which actually is a clang wrapper), so have to install another compiler (i386-elf-gcc).But on my Debian box, it works with the standard gcc.
Hmm no idea. I only build 1 OS on my Mac: https://github.com/mit-pdos/xv6-public.
It obviously won't compile with Apple's gcc (which actually is a clang wrapper), so have to install another compiler (i386-elf-gcc).
But on my Debian box, it works with the standard gcc.