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
/
amd64
/
src
/
smp
/
ap.S
@ 3772
– Rev 3343
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
3343
5917 d 18 h
decky
/branches/sparc/
add sparc branch
2703
6124 d 18 h
jermar
/trunk/kernel/arch/amd64/
Grow the initial identity mapping from 64M to 4G.
We should not allocate GDT's from above 4G or the amd64 will occassionally
triple-fault again.
2071
6497 d 14 h
jermar
/trunk/
(c) versus (C)
1787
6687 d 17 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1247
6762 d 18 h
vana
/kernel/trunk/arch/amd64/src/smp/
Same 24 - > 32 bit lgdt patch on amd64 arch. Now both ia32 and amd64 platforms are able to have AP GDTs in all lowest 4GB of physicall memory.
1242
6763 d 13 h
jermar
/kernel/trunk/arch/
This time really fix wrong definition of K_DATA_START.
1241
6763 d 13 h
jermar
/kernel/trunk/arch/
Fix K_DATA_START section definition.
809
6841 d 19 h
palkovsky
/kernel/trunk/arch/amd64/src/smp/
Simics GS patch even in SMP.
696
6871 d 15 h
decky
/kernel/trunk/arch/amd64/
AMD64 SMP boots again
534
6906 d 15 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 15 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
501
6918 d 20 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
472
6931 d 21 h
jermar
/SPARTAN/trunk/
Changes in build system.
For .S targets, always do -D__ASM__.
Remove unnecessary #define __ASM__ from various *.S files.
At the end of build, generate disassembler dump for kernel.raw.
ia64 work.
Better General Exception handler.
458
6932 d 23 h
decky
/SPARTAN/trunk/
make configuration variables usage consistent
406
6959 d 13 h
jermar
/SPARTAN/trunk/arch/
Fix directives for K_TEXT_START, K_TEXT_START_2 and K_DATA_START sections to be more descriptive about section's content.
Remove LOAD(0xdeadbeaf) from ia32 linker script.
Remove __fake from amd64 pm.c.
282
6998 d 2 h
palkovsky
/SPARTAN/trunk/
Fixed gdtr naming issues after ia32 changes.
Fixed stack alignment on new thread to by multiple of 16,
we are now ABI-correct and we do not #GP on va_arg to boot.
Fixed bad exception register names reporting.
Fixed bad _hardcoded_load_addr, which caused allocation of kernel text
frames.
277
6998 d 14 h
palkovsky
/SPARTAN/trunk/arch/
Reverted APIC mapping back to identity mapping.
Added AMD64 SMP support. Works now!