Opened 10 years ago

Closed 10 years ago

#10723 closed bug (fixed)

Auto-generate binary files for stage1/stage2 loaders

Reported by: jessicah Owned by: axeld
Priority: normal Milestone: R1
Component: System/Boot Loader Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

See attached patch :)

Attachments (1)

0001-stage1-2-loaders-auto-generate-binary-files.patch (6.0 KB ) - added by jessicah 10 years ago.

Download all attachments as: .zip

Change History (6)

comment:1 by jessicah, 10 years ago

patch: 01

comment:2 by korli, 10 years ago

One remark: I see there is still this line in src/system/boot/platform/bios_ia32/Jamfile: SEARCH on stage1.bin = $(SUBDIR) ; But stage1.bin is not assembled in the subdir.

in reply to:  2 comment:3 by jessicah, 10 years ago

Replying to korli:

One remark: I see there is still this line in src/system/boot/platform/bios_ia32/Jamfile: SEARCH on stage1.bin = $(SUBDIR) ; But stage1.bin is not assembled in the subdir.

Thanks! I wondered what that did exactly... jam really does take some getting used to. I'll dig a bit deeper and see if I can integrate all those local nasm rules into the main build rules while I'm at it too :)

comment:4 by jessicah, 10 years ago

patch: 10

comment:5 by jessicah, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in hrev47845.

Note: See TracTickets for help on using tickets.