aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removes the %if IS_ISOLINUX stuff in the layout.incisolinuxLiu Aleaxander2009-06-232-7/+2
* Core:ISOLINUX: make the isolinux do the workLiu Aleaxander2009-06-223-11/+10
* Core:ISOLINUX: convert the isolinux.asm to CLiu Aleaxander2009-06-219-429/+633
* Core:EXTLINUX: move the header file in core into core/includeLiu Aleaxander2009-06-133-17/+0
* Core: fix the not found error when type the kernel name without the extent.Liu Aleaxander2009-06-121-1/+3
* Core: fix the menu display errorLiu Aleaxander2009-06-122-2/+4
* Core: make vfs do the workLiu Aleaxander2009-06-119-194/+242
* Core: add the skeleton fo VFS-like systemLiu Aleaxander2009-06-112-0/+199
* Core:EXTLINUX: clean the WARNINGsLiu Aleaxander2009-06-101-6/+6
* Core:EXTLINUX: fix bug with lots of dots and searchdirLiu Aleaxander2009-06-091-1/+4
* Core:EXTLINUX: clean the codeLiu Aleaxander2009-06-072-52/+52
* Core:EXTLINUX: convert mangle name to CLiu Aleaxander2009-06-078-61/+56
* Core: move close_file function in getc.incLiu Aleaxander2009-06-062-12/+13
* Core:EXTLINUX: convert the getfssec function to CLiu Aleaxander2009-06-068-165/+128
* Core: Convert the searchdir function to CLiu Aleaxander2009-06-0510-245/+315
* Core: Convert linsector and open_inode function to CLiu Aleaxander2009-06-056-240/+382
* Core: forget to clean core_xfer_buf stuff absolutelyLiu Aleaxander2009-06-041-1/+1
* Core: use __lowmem for sector read buffer exchange inseatd of core_xfer_bufLiu Aleaxander2009-06-041-3/+14
* Core: add two new data types, sector_t and block_tLiu Aleaxander2009-06-045-15/+9
* CORE: Add two new file, disk.c, disk.hLiu Aleaxander2009-06-044-49/+52
* add ext2 fs header fileLiu Aleaxander2009-06-031-0/+252
* fix the error code style and somethingLiu Aleaxander2009-06-032-27/+27
* extract the geting fs information code in asm to a C function fs_initLiu Aleaxander2009-06-036-34/+54
* Wrap the getlinsec functionLiu Aleaxander2009-06-031-9/+17
* Convert the config load part to CLiu Aleaxander2009-06-039-16/+21
* printf error fixedLiu Aleaxander2009-06-035-45/+17
* Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux into core32Liu Aleaxander2009-06-035-20/+53
|\
| * core/hello.c: better demo on how to do putchar()H. Peter Anvin2009-06-021-4/+4
| * core: move xfer_buf_seg to segment 3, and add a collision assertH. Peter Anvin2009-06-022-4/+8
| * core: handle section aliases in ld script; increase STACK32_LENH. Peter Anvin2009-06-022-5/+12
| * core: add new __lowmem macro to allocate a static lowmem bufferH. Peter Anvin2009-06-024-6/+25
| * Export the cache_seg to 32-bit code as core_cache_bufH. Peter Anvin2009-06-022-0/+4
* | Successed in converting the cache code to CLiu Aleaxander2009-06-038-23/+79
* | Convert the cache code to C and implement the core printf functionLiu Aleaxander2009-06-028-13/+233
|/
* core: call16(): simple wrapper to call 16-bit functions in the coreH. Peter Anvin2009-06-012-0/+27
* prepcore: make error() generate newlineH. Peter Anvin2009-06-011-12/+13
* prepcore: style cleanupsH. Peter Anvin2009-06-011-52/+68
* prepcore: error out if the compressed image is too large to loadH. Peter Anvin2009-06-017-16/+36
* core/hello.c: use __intcall() as a demoH. Peter Anvin2009-05-311-2/+2
* core: create an ersatz __com32 structure as expected by libcom32H. Peter Anvin2009-05-312-1/+16
* syslinux.ld: add a .got to the linker scriptH. Peter Anvin2009-05-311-0/+11
* prepcore: actually do a full binary comparison on the output endH. Peter Anvin2009-05-311-5/+9
* Merge branch 'master' into core32H. Peter Anvin2009-05-314-18/+37
|\
| * Merge branch 'syslinux-3.8x'H. Peter Anvin2009-05-314-21/+40
| |\
| | * bin2hex: actually account for the number of bytes writtenH. Peter Anvin2009-05-311-2/+5
| | * isohdpfx: actually generate the stack frame isolinux expectsH. Peter Anvin2009-05-311-6/+9
| | * isolinux: can't clobber edx when dx contains the drive number...H. Peter Anvin2009-05-311-3/+3
| | * NEWS: add changes since 3.81H. Peter Anvin2009-05-311-0/+6
| | * core: when calling abort_check, we're not idleH. Peter Anvin2009-05-311-0/+1
| | * isolinux: bsHidden can't be in data; it is set before checksummingH. Peter Anvin2009-05-311-8/+13