linux-0.01 icon indicating copy to clipboard operation
linux-0.01 copied to clipboard

System cannot start after building a new Image

Open kneecore opened this issue 5 months ago • 1 comments

The linux kernel seems to be unable to start after building a new Image with the make command. logs:

       iPXE (http://ipxe.org) 00:03.0 C900 PCI2.10 PnP PMM+00793520+006F3520 C900



       Booting from Floppy...

       Loading system ...

       Partition table ok.
       invalid operand: 0000
       EIP:    0008:0000C297
       EFLAGS: 00010206
       ESP:    ffffffff:00016FF4
       fs: 0010
       base: 04000000, limit: 000A0000
       Pid: 1, process nr: 1
       f3 0f 6f 02 0f 11 06 f3 0f 6f

System: Arch linux with kernel version 6.14.6-arch1-1

kneecore avatar Jul 25 '25 09:07 kneecore

This seems to happen even if no code was changed before building

kneecore avatar Jul 25 '25 09:07 kneecore

that's odd, did you resolve it? i ran it on a debian x86 qemu v8.2.2 and it worked out of the box

clone -> unzip hd_oldlinux.img.zip -> make -> make run

finnmglas avatar Dec 02 '25 12:12 finnmglas