aboutsummaryrefslogtreecommitdiffstats
path: root/core/hello.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-04console: Close stdin, stdout, stderr on ldlinux.c32 unloadMatt Fleming1-5/+0
2012-07-20elflink: Replace __intcall() with direct function callsMatt Fleming1-5/+1
2012-04-17hello: Delete unused variable 'console_init'Matt Fleming1-2/+0
2010-07-20elflink: malloc cleanupFeng Tang1-9/+0
2010-07-20elflink: fix some compile errorFeng Tang1-0/+2
2010-07-20elflink: add core/hello.cFeng Tang1-0/+96
2010-05-10core: remove "Hello, World!" debugging messageH. Peter Anvin1-30/+0
2009-06-03printf error fixedLiu Aleaxander1-15/+2
2009-06-03Merge branch 'core32' of git://git.zytor.com/syslinux/syslinux into core32Liu Aleaxander1-4/+4
2009-06-02core/hello.c: better demo on how to do putchar()H. Peter Anvin1-4/+4
2009-06-03Successed in converting the cache code to CLiu Aleaxander1-2/+18
2009-05-31core/hello.c: use __intcall() as a demoH. Peter Anvin1-2/+2
2009-05-29Run Nindent on core/hello.cH. Peter Anvin1-10/+10
2009-05-14core: make the COMBOOT API available to in-kernel PM codeH. Peter Anvin1-9/+5
2009-05-14core: move core definitions to include/core.hH. Peter Anvin1-5/+1
2009-05-14core: adopt the naming convention core_* for exported symbolsH. Peter Anvin1-5/+4
2009-05-14First cut of doing 32-bit C code in the coreH. Peter Anvin1-0/+36