我正在尝试使用 Ubuntu 创建一个简单的内核。在我输入的终端中
ld -Ttext 0x1000 -o kernel.bin loader.o main.o Video.o
但我收到以下错误消息作为回报:
ld: i386 architecture of input file `loader.o' is incompatible with i386:x86-64 output
ld: warning: cannot find entry symbol _start; defaulting to 0000000000001000