| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Reported by: rpokala
Notes:
svn path=/head/; revision=313576
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From NetBSD christos Sat Jan 26 00:19:39 2013 +0000
make the buffer functions look exactly like the kernel ones and add other
cruft to make the kernel files compile.
ffs.c 1.54
ffs/buf.c 1.13
ffs/buf.h 1.3
ffs/ffs_alloc.c 1.21
ffs/ffs_balloc.c 1.15
Reviewed by: marcel, ngie
Obtained from: NetBSD
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8404
Notes:
svn path=/head/; revision=313575
|
| |
|
|
|
|
|
|
|
| |
I thank all developers and contributors for pc98.
Relnotes: yes
Notes:
svn path=/head/; revision=312910
|
| |
|
|
|
|
|
| |
It's required by the gpart to write bootcode.
Notes:
svn path=/head/; revision=218557
|
| |
|
|
| |
Notes:
svn path=/head/; revision=158559
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104413
|
| |
|
|
| |
Notes:
svn path=/head/; revision=100325
|
| |
|
|
|
|
|
| |
crt.s is based on btx.s.
Notes:
svn path=/head/; revision=89495
|
| |
|
|
| |
Notes:
svn path=/head/; revision=77125
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70333
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sector 0 of a disk and boot0.5 is the `boot selector' which starts
from address 0x400. The IPL loads boot0.5 and boot0.5 loads bootblock
of a slice.
The boot manager stuff was developed by me (kato) with Borland C++,
and then, translated into bcc in the ports collection by Nokubi-san.
After that, boot0 has been translated into gas with the .code16
directive by Takahashi-san (nyan) and boot0.5 has been rewritten in
gas by me.
Notes:
svn path=/head/; revision=64123
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
files in boot2 directory are copies from legacy biosboot.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
Notes:
svn path=/head/; revision=43561
|