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)
/
trunk
/
kernel
/
arch
/
ia32
/
include
/
boot
/
memmap.h
@ 2459
– Rev 3973
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
3973
5725 d 18 h
decky
/trunk/kernel/
kernel memory management revisited (phase 2): map physical memory according to zones
- ia32: register reserved and ACPI zones
- pareas are now used only for mapping of present physical memory (hw_area() is gone)
- firmware zones and physical addresses outside any zones are allowed to be mapped generally
- fix nasty antient bug in zones_insert_zone()
2725
6112 d 15 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)
2089
6486 d 16 h
decky
/trunk/
huge type system cleanup
remove cyclical type dependencies across multiple header files
many minor coding style fixes
2071
6497 d 9 h
jermar
/trunk/
(c) versus (C)
1888
6622 d 13 h
jermar
/trunk/
C99 compliant header guards (hopefully) everywhere in the kernel.
Formatting and indentation changes.
Small improvements in sparc64.
1787
6687 d 11 h
decky
/
move kernel/trunk, uspace/trunk and boot/trunk to trunk/kernel, trunk/uspace and trunk/boot
1780
6694 d 13 h
jermar
/kernel/trunk/
Replace old __u?? types with respective C99 variants (e.g. uint32_t, int64_t, uintptr_t etc.).
1702
6715 d 15 h
cejka
/kernel/trunk/
Kernel doxygen comments updated.
540
6905 d 7 h
jermar
/kernel/trunk/arch/
Map all available frames of memory on ia32 and amd64 (ticket #10).
534
6906 d 10 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel again.
532
6906 d 10 h
jermar
/
Revert renaming of HelenOS/SPARTAN to HelenOS/kernel because of important pending patch.
506
6918 d 11 h
decky
/kernel/trunk/
preparation for init task loading
501
6918 d 15 h
jermar
/
Rename HelenOS/SPARTAN to HelenOS/kernel.
139
7043 d 13 h
cejka
/SPARTAN/trunk/arch/ia32/
Added e801 method for obtaining memory size, improved e820 method for memory map.
99
7098 d 21 h
jermar
/SPARTAN/trunk/
Replace "THREAD->cpu" with "CPU" in scheduler().
Add trailing '\n' to memmap.h
Fix some translations.
Relpace one Czech sentence with its English translation.
98
7099 d 14 h
cejka
/SPARTAN/trunk/arch/ia32/
first version of e820 memmap
95
7100 d 20 h
cejka
/SPARTAN/trunk/arch/ia32/
Started memory map support.