Opened 14 years ago
Closed 9 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 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 13 years ago by
Component: | → kernel/generic |
---|
comment:3 Changed 12 years ago by
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:4 Changed 12 years ago by
Type: | defect → enhancement |
---|
comment:5 Changed 11 years ago by
Milestone: | 0.5.0 → 0.5.1 |
---|
comment:6 Changed 9 years ago by
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()
.