summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/btx
Commit message (Expand)AuthorAgeFilesLines
* Back out last revision that unnecessarily changed valid assemblerru2004-05-142-1182/+1181
* After talking to Bruce Evans and reading more standards specs,ru2004-04-282-1181/+1182
* Use C (and CPP) style comments for assembler-with-cpp sources,ru2004-04-282-290/+290
* Removed now redundant CLEANFILES assignments.ru2004-04-272-2/+0
* Use a more compact syntax for passing the "binary" options to 'ld'.obrien2004-04-252-2/+2
* Simplify the building of our i386 'binary' boot components by directlyobrien2004-04-252-14/+4
* Get rid of unnecessary use of m4(1) by using cpp(1) instead.ru2004-02-116-1626/+46
* - Factor out -nostdlib to an upper level Makefile.inc.ru2004-02-093-15/+23
* First round of cleanups to sys/boot/ makefiles:ru2004-02-061-1/+2
* When rebooting the machine jump to 0xf000:0xfff0 instead of 0xffff:0x0.phk2003-11-162-2/+2
* Fix an incorrect quote character in an M4 test conditon. Basically, onejhb2003-11-062-2/+2
* Switch to using bsd.prog.mk; this gives us back the standardru2003-06-301-5/+2
* Build on amd64. Yes, I know this isn't particularly nice.peter2003-06-262-1/+2
* Revert MEM_USR back to 0xa000 for BTX clients. Instead, adjust boot2jhb2002-10-084-4/+4
* Correctly adjust for moved start address.phk2002-10-072-2/+2
* Move MEM_USR a page upwards to make space for larger UFS1 boot2.phk2002-10-072-2/+2
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-173-12/+0
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-1/+1
* Major cleanup of bsd.lib.mk.ru2002-05-131-4/+0
* Back out last commit. I expect our bsd.*.mk gods to remove the need forobrien2002-05-121-0/+3
* NOPIC, NOPROFILE, NOMAN, and INTERNALSTATICLIB are redundant when usingobrien2002-05-111-3/+0
* Whoops, missed these bits in the previous commit.jhb2001-11-032-2/+4
* Add support for sending messages to the serial console which is helpfuljhb2001-11-033-0/+163
* Add support for outputting multiple lines when dumping memory during thejhb2001-11-032-4/+26
* Add support for trace traps by returning from them just as for breakpointjhb2001-11-032-2/+10
* Output a newline at the end of a dump so that there are blank lines betweenjhb2001-11-032-2/+2
* Unset MAINTAINER.rnordier2001-07-213-6/+0
* Fix reboot buglet when BOOT_BTX_NOHANG is defined.rnordier2001-05-272-2/+2
* Always disable paging when exiting back to real mode after receiving ajhb2001-03-212-8/+8
* Set MAINTAINER.rnordier2000-10-023-0/+6
* Add a new compile-time tweak to BTX. If you set the make(1) variablejhb2000-08-243-2/+10
* Emulate the WBINVD instruction when it is called by the BIOS.jhb2000-07-062-12/+30
* Change the fault message to say 'BTX halted' isntead of 'System halted' tojhb2000-06-292-2/+2
* Rework the detecting of the rdmsr and wrmsr instructions in the v86jhb2000-06-292-14/+14
* Add support for emulating the RDMSR and WRMSR instructions into BTX. Injhb2000-06-172-4/+48
* Convert the short stub of real-mode code into 16-bit assembly.jhb2000-05-242-22/+22
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-234-327/+266
* Don't disable interrupts when calling a vm86 mode interrupt or routinejhb2000-04-262-4/+4
* Mega i386 loader commit.jhb2000-03-283-95/+121
* This patch to BTX fixes several small things:jhb2000-02-162-12/+58
* Add the new cdldr CD bootstrap loader. This patch includes the following:jhb2000-01-272-4/+8
* Fix brokenness introduced with the PAGING conditional variable. The valuejhb2000-01-272-2/+6
* If PAGING is defined then actually turn it on when entering protectedjhb1999-10-272-0/+10
* aThis patch updates the BTX to emulate the BIOS function "Copy Extendedjhb1999-10-123-9/+138
* Blank out the twiddly thing when outputting the ``BTX loader'' message.brian1999-10-122-2/+2
* $Id$ -> $FreeBSD$peter1999-08-2813-13/+13
* Drop some non-existent commented-out targets.rnordier1999-05-181-2/+2
* Emulate a V86 "movl %cr0,%eax" instruction.rnordier1999-02-252-24/+52
* Push version numbers up to 1.00. This is just intended to reflectrnordier1999-01-224-10/+10
* Revise a few comments.rnordier1998-11-022-14/+14
OpenPOWER on IntegriCloud