Opened 16 years ago
Closed 11 years ago
#34 closed enhancement (fixed)
Replace the functionality of LOW_4GiB macro
Reported by: | Martin Decky | Owned by: | Martin Decky |
---|---|---|---|
Priority: | major | Milestone: | 0.6.0 |
Component: | helenos/kernel/generic | Version: | mainline |
Keywords: | Cc: | ||
Blocker for: | Depends on: | ||
See also: |
Description (last modified by )
The macro was removed during the partial overhaul of the memory management. After completing the overhaul, the functionality of the macro should be reimplemented.
Change History (6)
comment:1 by , 16 years ago
Description: | modified (diff) |
---|
comment:2 by , 15 years ago
Component: | → kernel/generic |
---|
comment:3 by , 14 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:4 by , 14 years ago
Type: | defect → enhancement |
---|
comment:5 by , 12 years ago
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:6 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is fixed in mainline,1951 in the form of the
constraint
argument toframe_alloc_generic()
.