HelenOS
HelenOS-doc
HelenOS-historic
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
HelenOS
(root)
/
branches
/
sparc
/
kernel
/
arch
/
ia32xen
/
Makefile.inc
@ 3672
– Rev 3397
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
3397
5893 d 22 h
rimsky
/branches/sparc/
Merged recent changes from trunk into the Sparc branch.
3343
5917 d 19 h
decky
/branches/sparc/
add sparc branch
2774
6075 d 3 h
cejka
/trunk/kernel/arch/
Context.s renamed to context.S for ia32 and fixed links for ia32xen.
Added asm macros for context save/restore and offset definitions.
2725
6112 d 21 h
decky
/trunk/kernel/
remove config.memory_size, get_memory_size() and memory_init.{c|d}
the amount of available memory can be calculated from the sizes of the zones
add FRAMES2SIZE, SIZE2KB and SIZE2MB functions/macros (code readability)
2599
6200 d 13 h
decky
/trunk/kernel/
replace prescott cpu type with currently more known category
2460
6357 d 16 h
jermar
/trunk/kernel/
Better infrastructure for building with different compilers.
Separate ICC_CFLAGS added, SUNCC_CFLAGS extended.
2459
6357 d 19 h
jermar
/trunk/kernel/arch/
Fix a bug in ia32 and ia32xen Sun Studio builds.
In arch Makefile.inc, SUNCC_CFLAGS can only be appended via the += operator.
2454
6358 d 14 h
jermar
/trunk/kernel/
A bit of infrastructure for building with different compilers.
CFLAGS split into GCC_CFLAGS and SUNCC_CFLAGS.
As of now, there are no separate ICC_CFLAGS, but can be easily added.
2125
6472 d 16 h
decky
/trunk/
experimental support for Objective C
(disabled by default)
2071
6497 d 15 h
jermar
/trunk/
(c) versus (C)
1953
6584 d 17 h
jermar
/trunk/kernel/
Finish renaming xen32 to ia32xen.
1952
6584 d 17 h
jermar
/trunk/
Rename xen32 to ia32xen.
The name seems to be more logical as Xen supports more host architectures.
1818
6673 d 15 h
decky
/trunk/kernel/
make burst updates
1816
6674 d 20 h
decky
/trunk/kernel/
xen memory initialization
1810
6681 d 13 h
decky
/trunk/kernel/arch/xen32/
remove obsolete stuff
1809
6681 d 15 h
decky
/trunk/kernel/arch/xen32/
update xen32 support (most of the code is still dummy)
1804
6681 d 23 h
decky
/trunk/kernel/arch/xen32/
fork Xen32 makefile and linker script