This website requires JavaScript.
Explore
Help
Sign In
Nigel
/
BarinkOS
Watch
1
Star
0
Fork
0
You've already forked BarinkOS
Code
Issues
1
Pull Requests
2
Releases
Activity
0f0fc9f252
BarinkOS
/
source
/
grub.cfg
4 lines
54 B
INI
Raw
Normal View
History
Unescape
Escape
Basic block allocation for physical memory allocation. - 1 block = 4096 bytes : because this will make page fault handling possibly somewhat easier - 1 byte in the bitmap = 8 blocks of physical memory unsure if the allocation is perfect ... guess i'll find out some day if this is actually correct. The bitmap needs 16kb to keep track of 2gb of physical memory. Seems a decent percentage to me.
2022-02-26 19:44:16 +00:00
menuentry "BarinkOS" {
Added option to create an iso
2021-10-23 11:26:15 +00:00
multiboot /boot/myos.bin
}
Reference in New Issue
Copy Permalink