Re: Nova multiboot v.1 flags == 0 ???

2016-09-22 Thread Christian Helmuth
Hello Paul, On Wed, Sep 21, 2016 at 08:12:38PM -0400, Paul Dufresne wrote: > I think I have a problem with Nova multiboot specification. [...] Sorry but I currently have no time to read your details about the Multiboot spec. Therefore, I'd like to ask you for a short summary of the issue you

Nova multiboot v.1 flags == 0 ???

2016-09-21 Thread Paul Dufresne
I think I have a problem with Nova multiboot specification. In https://github.com/udosteinberg/NOVA/blob/master/src/start.S : /* * Multiboot Header */ __boot_header: .long 0x1badb002 .long 0x0 .long -0x1badb002 This is multiboot v.1 (current version is 2). 3.1.1 The layout of Multiboot header