Thomas Moestl
163f47b1ec
1.) Produce a boot1 disklabel template of the format disklabel(8) expects.
...
2.) Clean up and change over to using bsd.prog.mk
Submitted by: jake (2)
2002-04-01 22:57:51 +00:00
David E. O'Brien
20d9715213
Apparently either gcc or ld, in their infinite wisdom, want to
...
put a bunch of crap before the code in .text. Since the firmware
doesn't seem to honour the a.out entry point, we need to include
a little assmbler file which jumps to where we want to be in C.
Submitted by: jake
2002-03-28 02:41:52 +00:00
Robert Drehmel
aa22cb469c
Change every occurrence of "bootblock" into "boot1" after
...
the repo-move from "src/sys/boot/sparc64/bootblock".
2002-03-05 16:39:36 +00:00
Robert Drehmel
83ea6c23b5
- Fix seeking for offsets requiring more than 32 bits.
...
- Add sanity checks to lookup().
- Implement the 'l' modifier in printf().
Submitted by: tmm
2002-03-05 11:22:43 +00:00
Robert Drehmel
4d79812a7c
- Fix indentation and return statements to conform to style(9).
...
- Use the __FBSDID macro.
- Fix some warnings.
Submitted by: obrien (partly)
2002-02-26 10:05:20 +00:00
Robert Drehmel
c119807ba8
Add the FreeBSD/sparc64 bootblock and its make file.
2002-02-15 12:49:20 +00:00