summaryrefslogtreecommitdiff
path: root/core/hello.c
Commit message (Expand)AuthorAgeFilesLines
* console: Close stdin, stdout, stderr on ldlinux.c32 unloadMatt Fleming2012-09-041-5/+0
* elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-201-5/+1
* hello: Delete unused variable 'console_init'Matt Fleming2012-04-171-2/+0
* elflink: malloc cleanupFeng Tang2010-07-201-9/+0
* elflink: fix some compile errorFeng Tang2010-07-201-0/+2
* elflink: add core/hello.cFeng Tang2010-07-201-0/+96
* core: remove "Hello, World!" debugging messageH. Peter Anvin2010-05-101-30/+0
* printf error fixedLiu Aleaxander2009-06-031-15/+2
* Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux into core32Liu Aleaxander2009-06-031-4/+4
|\
| * core/hello.c: better demo on how to do putchar()H. Peter Anvin2009-06-021-4/+4
* | Successed in converting the cache code to CLiu Aleaxander2009-06-031-2/+18
|/
* core/hello.c: use __intcall() as a demoH. Peter Anvin2009-05-311-2/+2
* Run Nindent on core/hello.cH. Peter Anvin2009-05-291-10/+10
* core: make the COMBOOT API available to in-kernel PM codeH. Peter Anvin2009-05-141-9/+5
* core: move core definitions to include/core.hH. Peter Anvin2009-05-141-5/+1
* core: adopt the naming convention core_* for exported symbolsH. Peter Anvin2009-05-141-5/+4
* First cut of doing 32-bit C code in the coreH. Peter Anvin2009-05-141-0/+36