summaryrefslogtreecommitdiff
path: root/core/include
Commit message (Expand)AuthorAgeFilesLines
* pxe: clean up C code; reimplement "Plan C"; share PXE API definitionsH. Peter Anvin2009-08-111-166/+68
* core: remove assembly definition of Files in iso/pxelinuxH. Peter Anvin2009-08-101-1/+3
* Merge commit 'liu/master'; fix Files[] definitionH. Peter Anvin2009-08-103-5/+6
|\
| * Core: unmangle_name convertedLiu Aleaxander2009-08-081-1/+1
| * Core: move the comman externs to core.hLiu Aleaxander2009-08-081-3/+2
|/
* Core:PXELINUX: pxelinux derivative merged succeesfullyLiu Aleaxander2009-08-063-56/+53
* Core:PXELINUX: try to merge pxelinuxLiu Aleaxander2009-08-063-1/+372
* Core: changes the sector_t and block_t types to be uint64_tLiu Aleaxander2009-07-111-3/+2
* Merge branch 'isolinux'Liu Aleaxander2009-06-233-5/+22
|\
| * Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander2009-06-213-5/+22
* | Merge branch 'ldlinux'Liu Aleaxander2009-06-231-0/+114
|\ \
| * | Core:SYSLINUX: rm the __lowemem stuffLiu Aleaxander2009-06-151-4/+0
| * | Core:SYSLINUX: ldlinux.asm converted to CLiu Aleaxander2009-06-141-0/+118
| |/
* | Core:EXTLINUX: applies the path from hpa to EXTLINUXLiu Aleaxander2009-06-202-39/+35
* | core: new diskio libraryLiu Aleaxander2009-06-162-6/+13
|/
* Core:EXTLINUX: move the header file in core into core/includeLiu Aleaxander2009-06-132-0/+277
* Core: make vfs do the workLiu Aleaxander2009-06-111-6/+11
* Core: add the skeleton fo VFS-like systemLiu Aleaxander2009-06-111-0/+76
* Core:EXTLINUX: convert the getfssec function to CLiu Aleaxander2009-06-061-3/+0
* Core: Convert the searchdir function to CLiu Aleaxander2009-06-051-0/+3
* Core: add two new data types, sector_t and block_tLiu Aleaxander2009-06-042-6/+4
* CORE: Add two new file, disk.c, disk.hLiu Aleaxander2009-06-041-0/+11
* extract the geting fs information code in asm to a C function fs_initLiu Aleaxander2009-06-031-0/+4
* Convert the config load part to CLiu Aleaxander2009-06-031-0/+7
* printf error fixedLiu Aleaxander2009-06-031-1/+0
* Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux into core32Liu Aleaxander2009-06-031-0/+6
|\
| * core: add new __lowmem macro to allocate a static lowmem bufferH. Peter Anvin2009-06-021-0/+3
| * Export the cache_seg to 32-bit code as core_cache_bufH. Peter Anvin2009-06-021-0/+2
* | Successed in converting the cache code to CLiu Aleaxander2009-06-031-0/+7
|/
* core: call16(): simple wrapper to call 16-bit functions in the coreH. Peter Anvin2009-06-011-0/+2
* core: export a symbol for the raw address of xfer_buf_segH. Peter Anvin2009-05-311-0/+1
* core: move core definitions to include/core.hH. Peter Anvin2009-05-141-0/+10