Opened 11 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)
Change History (6)
by , 11 years ago
Attachment: | 0001-stage1-2-loaders-auto-generate-binary-files.patch added |
---|
comment:1 by , 11 years ago
patch: | 0 → 1 |
---|
follow-up: 3 comment:2 by , 11 years ago
comment:3 by , 11 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 , 11 years ago
patch: | 1 → 0 |
---|
Note:
See TracTickets
for help on using tickets.
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.