index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
i386
/
stand
/
libsa
Age
Commit message (
Expand
)
Author
1997-04-23
implement 'hd' device (i guess nobody will boot from 'rd')
Michael Shalayeff
1997-04-21
usleep testing code
Michael Shalayeff
1997-04-21
use dev/ic/i8042reg.h, not domestic defines
Michael Shalayeff
1997-04-21
rewrite
Michael Shalayeff
1997-04-21
probe for keyboard/screen by looking into CMOS.
Michael Shalayeff
1997-04-20
indentation
Michael Shalayeff
1997-04-18
some cleanup, comments and copyright
Michael Shalayeff
1997-04-18
Clean up error handling a little. There is a small
Tobias Weingartner
1997-04-18
fix a bug
Michael Shalayeff
1997-04-18
no assembly listing
Michael Shalayeff
1997-04-18
no more 60k limit!
Michael Shalayeff
1997-04-17
fix tab expansion
Theo de Raadt
1997-04-17
Fix error handling from bios & typo.
Tobias Weingartner
1997-04-17
New memprobe for weird machines... please test.
Tobias Weingartner
1997-04-15
extern int debug;
Michael Shalayeff
1997-04-15
pass bootdev to kernel...
Michael Shalayeff
1997-04-15
no more assembly setup. all the gung is ok already in srt0.S
Michael Shalayeff
1997-04-15
copyright to toby (;
Michael Shalayeff
1997-04-15
do bounce-buffering to avoid DMA overrun
Michael Shalayeff
1997-04-15
kill bogus comments
Michael Shalayeff
1997-04-15
print debugging stuff only when debug!=0
Michael Shalayeff
1997-04-11
Works with .gz kernels now
Tobias Weingartner
1997-04-09
emulate bios calls. more debugging stuff. some fixes.
Michael Shalayeff
1997-04-08
use new device names: fd(0,a) -> fd0a
Michael Shalayeff
1997-04-07
Fix device name.
Tobias Weingartner
1997-04-07
Reset stuff.
Tobias Weingartner
1997-04-06
devboot commit
Michael Shalayeff
1997-04-06
devboot proto
Michael Shalayeff
1997-04-05
32bit corrections
Michael Shalayeff
1997-04-05
new exec stuff
Michael Shalayeff
1997-04-05
put gdt & idt in the separate file.
Michael Shalayeff
1997-04-04
Nuke.
Tobias Weingartner
1997-04-04
Replace exec_i386.S with these two files. Startprog.S is a
Tobias Weingartner
1997-04-04
dump regs w/ NMI (int 2)
Michael Shalayeff
1997-04-01
debugger started.
Michael Shalayeff
1997-03-31
missed additions to the last commit
Michael Shalayeff
1997-03-31
commit all my mods to the last imported libsa stuff....
Michael Shalayeff
1997-03-31
Move closer to boot/. Add some debug stuff
Tobias Weingartner
1997-03-31
Initial /boot stuff (from Mickey)
Tobias Weingartner