Alf-André Walla

Results 95 comments of Alf-André Walla

Hey, the reason for that was because .bss was initialized pretty late. So, I just pushed a change where .bss (basically, the whole section needs to be zeroed) will now...

What happens if you try building with Clang? You will probably have to download elf.h and link.h yourself, as I dont think I will be adding those manually into the...

Try installing clang using brew and use that. Although, if you just want this project to work then install Ubuntu desktop in VirtualBox or some other desktop virtualization application and...

The problem is that sections are named differently on macOS, but even so I think the ABI stuff is different too and that means there will be incompatibilities. I removed...

For now there is the set pseudo-instruction which uses an intermediate register to build large constants.

There has been work towards going back to the CMake build system, and that will probably happen on a fork anyway. InludeOS is dead, but the code is open and...

I wonder if I made some PMR changes in my last PR, perhaps its fixed now?

What happens if you try the profile `clang-6.0-linux-x86_64` ?

You might be hitting a bug in our boot program where it just exits if the bridge isn't created. Try `boot --create-bridge hello`.

This could be a known boot bug, try `boot --create-bridge hello`. To create a bootable ISO for bare metal I prefer to use mkrescue. See: https://github.com/fwsGonzo/physboot/blob/master/physbuild.sh