aboutsummaryrefslogtreecommitdiffstats
path: root/sample
AgeCommit message (Expand)AuthorFilesLines
2012-10-16Add per-firmware object directory supportMatt Fleming1-2/+1
2011-04-07Makefile: Move Makefile fragments into mk/Matt Fleming1-1/+2
2010-10-25sample/Makefile: re-add the includeGene Cumm1-0/+1
2010-07-26sample: remove obsolete "raw" comboot/com32 samplesH. Peter Anvin14-851/+2
2009-06-26Create a dosutil subdirectory and move mdiskchk thereH. Peter Anvin2-146/+0
2009-05-29Run Nindent on sample/skipatou.cH. Peter Anvin1-7/+6
2009-05-29Run Nindent on sample/printf.cH. Peter Anvin1-238/+248
2009-05-29Run Nindent on sample/mdiskchk.cH. Peter Anvin1-102/+100
2009-05-29Run Nindent on sample/hello2.cH. Peter Anvin1-17/+15
2009-05-29Run Nindent on sample/hello.cH. Peter Anvin1-12/+11
2009-05-29Run Nindent on sample/filetest.cH. Peter Anvin1-65/+64
2009-05-29Run Nindent on sample/fd.cH. Peter Anvin1-32/+32
2009-05-29Run Nindent on sample/conio.cH. Peter Anvin1-19/+18
2009-05-29Run Nindent on sample/c32echo.cH. Peter Anvin1-15/+14
2009-05-29Run Nindent on sample/atou.cH. Peter Anvin1-7/+6
2009-04-27Fix NASM dependency generationH. Peter Anvin1-1/+1
2009-04-27Unify dependency generation: MCONFIG.embeddedH. Peter Anvin1-7/+4
2009-03-12Merge branch 'hdt'H. Peter Anvin1-0/+5
2009-03-10mdiskchk: fix and update the boot loader name tableH. Peter Anvin1-2/+4
2009-02-25hdt: Moving hdt from sample to its own directoryErwan Velu2-1342/+1
2009-02-25hdt: Bump versionErwan Velu1-1/+1
2009-02-25hdt: Fixing error messageErwan Velu1-4/+8
2009-02-25hdt: Fixing typoErwan Velu1-1/+1
2009-02-25hdt: Removing static dmitable, it have to be in the s_dmi structure Making dm...Erwan Velu1-27/+41
2009-02-25hdt: Adding Syslinux & About menuErwan Velu1-5/+85
2009-02-25hdt: Adding more defined values for pci components Enabling mulitple kernel m...Erwan Velu1-5/+37
2009-02-25hdt: Returning ENOPCIIDS and ENOMODULESPCIMAP when pci.ids and modules.pcidma...Erwan Velu1-7/+21
2009-02-25hdt: More snprintf Use statusbar to display contentErwan Velu1-127/+289
2009-02-25hdt: Fix typoErwan Velu1-4/+5
2009-02-25hdt: First code review by Sebastien GonzalveErwan Velu1-91/+90
2009-02-25hdt: More comments using #ifdef ATA for useless code until I found how to man...Erwan Velu1-88/+142
2009-02-25hdt: Using SUBMENULEN for realocated menusErwan Velu1-31/+31
2009-02-25hdt: Bump version 0.1.3 Improving menu's content (thx to antoine ginies) Clea...Erwan Velu1-37/+77
2009-02-25hdt: Improving PCI menu displayErwan Velu1-14/+43
2009-02-25hdt: Adding kernel menu Removing beep on timeout Adjusting infobar to STATLEN...Erwan Velu1-6/+29
2009-02-25hdt: Removing useless stuff Adding bench on memoryErwan Velu1-3/+17
2009-02-25hdt: Improving disk detectionErwan Velu1-27/+78
2009-02-25hdt: Preliminary support for disksErwan Velu1-79/+216
2009-02-25hdt: Fixing device parameter structureErwan Velu1-6/+12
2009-02-25hdt: Initial harddrive detectionErwan Velu1-3/+205
2009-02-25hdt: Improving memory detection Adding battery detectionErwan Velu1-13/+135
2009-02-25hdt: Adding class nameErwan Velu1-4/+8
2009-02-25hdt: Adding PCI & DMI detection Main function must remain simpleErwan Velu2-56/+212
2009-02-25hdt: First releaseErwan Velu2-1/+203
2008-08-22Clean up embedded Makefile targets; fix build failureH. Peter Anvin1-7/+3
2008-08-20Major Makefile cleanups; gcc 4.3.0 compatiblityH. Peter Anvin1-19/+6
2008-05-29Move files out of root into core, dos, and utilsH. Peter Anvin1-2/+2
2008-05-12Fixed the various Makefiles so that SYSLINUX compiles on platforms with GCC -...Stefan Bucur1-1/+2
2008-04-17syslinux 3.63: Rename $GZIP to $GZIPPROGMaciej W. Rozycki1-2/+2
2008-03-05Use $(CC) in gcc_ok macro, not plain gccH. Peter Anvin1-1/+1
2008-02-26Remove pngtopnm dependency from the samples/ directoryH. Peter Anvin3-3/+8
2008-01-10Update copyright yearH. Peter Anvin8-8/+8
2007-10-10Makefiles: create NASMOPT variableH. Peter Anvin1-2/+3
2007-06-08Show list file addresses in absolutesyslinux-3.50H. Peter Anvin1-1/+1
2007-05-25Don't clobber /dev/null when compiling as rootLuciano Rocha1-2/+4
2007-03-14Restore intentional blank lines at the end of sample/sample.msgH. Peter Anvin1-0/+2
2007-03-14Stealth whitespace cleanup (automated)H. Peter Anvin2-3/+1
2007-03-14Add a register-setting shuffle and boot for real mode; clean up headers.syslinux-3.40-pre14H. Peter Anvin1-1/+1
2007-02-06Deal with various distributions breaking gcc in weird waysH. Peter Anvin1-1/+1
2007-01-28sample/Makefile: $(M32) is also needed in $(SFLAGS)H. Peter Anvin1-1/+1
2007-01-28Remove -m32 from the CC variable globally.H. Peter Anvin1-2/+2
2006-09-18Added a second sample background imageH. Peter Anvin1-0/+0
2006-09-14Add sample splash imageH. Peter Anvin1-0/+0
2006-08-17Remove more CVS-era $Id$ tags.H. Peter Anvin3-3/+1
2006-08-17Remove CVS-era $Id$ tags.H. Peter Anvin6-6/+0
2006-05-03Across-the-board stealth whitespace cleanupH. Peter Anvin13-53/+45
2005-01-03Clean up compile problems.hpa7-5/+14
2004-12-30Fix spelling of GrUBhpa2-1/+1
2004-12-29Be consistent in capitalizationsyslinux-3.00-pre9hpa2-1/+1
2004-12-29Correctly handle different values of the memdisk info structurehpa2-1/+11
2004-12-29Add code to detect the boot loader to mdiskchkhpa2-3/+35
2004-12-14Update copyright headers.hpa1-3/+3
2004-12-14Fix the spelling of "Boston"hpa6-6/+6
2004-12-03This is sample code.hpa1-0/+6
2004-12-03The chain loader has been moved to the main com32 directory.hpa2-370/+2
2004-08-16Fix "make tidy"hpa1-2/+2
2004-05-29Clear some gcc warningssyslinux-2.10-pre5hpa1-2/+4
2004-01-24Adjust options to work on 64-bit machines, and clean up nuisance warningshpa1-5/+9
2004-01-24Conditionally add -m32 to be able to compile in a 64-bit environmenthpa1-1/+2
2003-12-13Minor com32 wrapper code cleanuphpa3-4/+21
2003-12-11Add logical partition support for chainsyslinux-2.08hpa1-9/+106
2003-12-10Split atou() and skip_atou() into separate moduleshpa3-10/+15
2003-12-10Redistribute the library code; initial work on generic chainloaderhpa5-320/+600
2003-12-05Fix spacinghpa1-2/+2
2003-11-26Add a bootstrap chainloading API, and include a sample program for it.syslinux-2.08-pre5hpa2-1/+64
2003-11-26Add a "make tidy" target for the sample directoryhpa1-2/+6
2003-11-26Add API to query for the existence of MEMDISK.hpa2-0/+105
2003-11-24Fix COMBOOT/COM32 command-line generation.syslinux-2.08-pre1hpa3-1/+89
2003-11-23Fix the file read API for COMBOOT/COM32syslinux-2.07hpa3-19/+438
2003-11-13opentest.c -> filetest.chpa3-121/+61
2003-11-10Test for the OPEN API commandhpa2-1/+121
2003-07-01COM32: Try to support both farcall and intcallhpa3-6/+55
2003-05-20Clean up a bit.hpa1-9/+15
2003-04-21Explain why we're doing this insane movl ...,%eaxhpa1-0/+1
2002-11-19Add second hello world samplehpa2-1/+56
2002-11-18Fix the COM32 sample programsyslinux-2.01-pre2hpa3-9/+25
2002-06-12Use the new <com32.h> definitionshpa1-2/+2
2002-06-12Correct the CFLAGS for building com32 fileshpa1-1/+1
2002-06-11Make sure "make clean" does the right thing.hpa1-1/+1
2002-06-11Add an API for COMBOOT images, and add support for "COM32" -- 32-bithpa2-1/+64
2002-04-17Make the various clean conventions really match...syslinux-1.70hpa1-0/+2
2001-12-11Some makefile changes to account for memdiskhpa1-1/+0
2001-04-10Check in example of using <Ctrl-P> for comments, and make a note abouthpa1-2/+7
2001-04-05The great graphics merge! We're now officially working on version 1.60.hpa3-0/+37